Commit 4d97edc
authored
📖 [Docs]: Font check, update, and uninstall workflows now documented (#67)
The README now documents the three most common post-install workflows
that were previously undiscoverable: checking whether a NerdFont is
installed, updating to the latest version, and uninstalling a font.
These workflows use the [Fonts](https://psmodule.io/Fonts) module that
is already installed automatically as a dependency.
- Fixes #66
## New: Check if a NerdFont is installed
The README now includes examples showing how to use
[`Get-Font`](https://psmodule.io/Fonts/Functions/Get-Font/) to query
whether a specific NerdFont is installed, for both `CurrentUser` and
`AllUsers` scopes.
## New: Update an installed NerdFont
A new section explains that font files do not embed a NerdFonts release
version, so there is no direct "outdated" check. The documented approach
is to reinstall with `Install-NerdFont -Name '<font>' -Force` to ensure
the latest version.
## New: Uninstall a NerdFont
The README now shows how to use
[`Uninstall-Font`](https://psmodule.io/Fonts/Functions/Uninstall-Font/)
to remove NerdFonts, with examples for both user and system scopes. The
section links to the Fonts module documentation and notes the dependency
is installed automatically.
## Technical Details
- Only `README.md` was changed — no code changes.
- Three new subsections added under `## Usage`, following the
established pattern of the existing install subsections.
- Each section references the Fonts module dependency and links to the
relevant command documentation at
[psmodule.io/Fonts](https://psmodule.io/Fonts).
- **Implementation plan progress**: All 4 tasks from issue #66 completed
(check installed, update/reinstall, uninstall, dependency note).1 parent a1c8850 commit 4d97edc
1 file changed
Lines changed: 56 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
| |||
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
56 | 112 | | |
57 | 113 | | |
58 | 114 | | |
| |||
0 commit comments