Updated examples

This commit is contained in:
Freddie Sackur 2021-01-27 00:21:16 +00:00
parent 6cb464411c
commit 719c3f1f88

View file

@ -8,10 +8,10 @@
C:\PS> ./install.ps1
Installs all the fonts located in the Git repository.
.EXAMPLE
C:\PS> ./install.ps1 furamono-, hack-*
Installs all the FuraMono and Hack fonts.
C:\PS> ./install.ps1 FiraCode, Hack
Installs all the FiraCode and Hack fonts.
.EXAMPLE
C:\PS> ./install.ps1 d* -WhatIf
C:\PS> ./install.ps1 DejaVuSansMono -WhatIf
Shows which fonts would be installed without actually installing the fonts.
Remove the "-WhatIf" to install the fonts.
#>