1
0
mirror of https://github.com/ryanoasis/nerd-fonts.git synced 2025-01-06 21:49:40 +02:00

Updated readme with .ps1 (english)

This commit is contained in:
Freddie Sackur 2021-01-27 00:25:32 +00:00
parent 719c3f1f88
commit 72c7779ec6

View File

@ -221,6 +221,12 @@ _Note_: **Requires cloning** the repo as of now
./install.sh
```
or, in Powershell (Windows only):
```pwsh
./install.ps1
```
#### Single font:
* Installs a single Font of your choice
@ -231,6 +237,14 @@ _Note_: **Requires cloning** the repo as of now
./install.sh HeavyData
```
or, in Powershell (Windows only):
```pwsh
./install.ps1 <FontName>
./install.ps1 Hack
./install.ps1 HeavyData
```
### `Option 4: Homebrew Fonts`
> Best option if on **macOS** and want to use **Homebrew**.