Update README.md

Add a command to download and install all fonts
This commit is contained in:
Nima Taheri 2020-08-02 08:30:27 +02:00 committed by GitHub
parent 2f821cf9b4
commit 85c60be9b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,6 @@ my collection of ascii art fonts for [figlet](http://www.figlet.org/) or [toilet
install files to `/usr/share/figlet/` or `/usr/share/figlet/fonts/`.
wget https://github.com/xero/figlet-fonts/archive/master.zip && \
sudo unzip -j master.zip -d /usr/share/figlet/fonts/ && \
rm master.zip