Skip to content

Commit 4bb0f34

Browse files
Clarify that -Force installs module-bundled font version, not live upstream; add Update-Module guidance
1 parent c76bf8a commit 4bb0f34

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ If the command returns results, the font is installed. If it returns nothing, th
7575
### Update an installed NerdFont
7676

7777
Individual font files do not embed a NerdFonts release version, so there is no direct way to check whether an installed
78-
NerdFont is outdated. To ensure you have the latest version, reinstall the font using the `-Force` parameter:
78+
NerdFont is outdated. To ensure you have the version bundled with the module, reinstall the font using the `-Force` parameter:
7979

8080
```powershell
8181
Install-NerdFont -Name 'FiraCode' -Force
@@ -87,7 +87,8 @@ If the font was originally installed for all users, update it with the matching
8787
Install-NerdFont -Name 'FiraCode' -Force -Scope AllUsers
8888
```
8989

90-
This downloads and installs the font from the latest NerdFonts release, overwriting any existing version.
90+
This re-downloads and installs the font version bundled with your installed NerdFonts module, overwriting any existing
91+
files. To pick up newer font releases, update the NerdFonts module first (`Update-Module -Name NerdFonts`).
9192

9293
### Uninstall a NerdFont
9394

0 commit comments

Comments
 (0)