From 719c3f1f882028aab18e4b9c24a37f6ac5f63f50 Mon Sep 17 00:00:00 2001 From: Freddie Sackur Date: Wed, 27 Jan 2021 00:21:16 +0000 Subject: [PATCH] Updated examples --- install.ps1 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.ps1 b/install.ps1 index cbff408e1..a120850e7 100644 --- a/install.ps1 +++ b/install.ps1 @@ -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. #>