Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,15 @@ To uninstall a NerdFont for all users (requires elevated privileges):
Uninstall-Font -Name 'FiraCode*' -Scope AllUsers
```

## Documentation

Every command has full reference documentation, generated from its comment-based help and published at [psmodule.io/NerdFonts](https://psmodule.io/NerdFonts/). Explore the commands and read detailed help directly from PowerShell:
Comment thread
MariusStorhaug marked this conversation as resolved.

```powershell
Get-Command -Module NerdFonts
Get-Help -Name Install-NerdFont -Examples
```

## Contributing

Coder or not, you can contribute to the project! We welcome all contributions.
Expand Down
Loading