Skip to content

Commit c76bf8a

Browse files
Add AllUsers scope example to Update section per review feedback
The update/reinstall section only showed the default CurrentUser scope, inconsistent with Check and Uninstall sections that show both scopes. Added -Scope AllUsers variant with elevation note to prevent users from accidentally creating a separate per-user install when updating a system-wide font.
1 parent ee958a6 commit c76bf8a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@ NerdFont is outdated. To ensure you have the latest version, reinstall the font
8181
Install-NerdFont -Name 'FiraCode' -Force
8282
```
8383

84+
If the font was originally installed for all users, update it with the matching scope (requires elevated privileges):
85+
86+
```powershell
87+
Install-NerdFont -Name 'FiraCode' -Force -Scope AllUsers
88+
```
89+
8490
This downloads and installs the font from the latest NerdFonts release, overwriting any existing version.
8591

8692
### Uninstall a NerdFont

0 commit comments

Comments
 (0)