From 4b99b8d5824fbf5f92fe503853e36a3039578221 Mon Sep 17 00:00:00 2001 From: crc8109 Date: Fri, 17 Nov 2023 12:29:08 -0800 Subject: [PATCH] Fix unzip command Adjusts for new file stucture so that only ./fonts are copied --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7eb5385..e215f3f 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ My collection of ascii art fonts for [figlet](http://www.figlet.org/) or [toilet ## Installing Fonts Run the following command in your CLI to install all fonts in this repository to your figlet fonts directory: -`wget https://github.com/xero/figlet-fonts/archive/master.zip && sudo unzip -j master.zip -d "$(figlet -I 2)" && rm master.zip` +`sudo wget https://github.com/xero/figlet-fonts/archive/master.zip && sudo unzip -j master.zip 'figlet-fonts-master/examples/*' -d "$(figlet -I 2)" && sudo rm master.zip` This command will download the latest version of this repository, unzip it, and install all fonts to the right figlet fonts directory.