From 85c60be9b1e1bb04216779110b2633cb2d5e3c30 Mon Sep 17 00:00:00 2001 From: Nima Taheri Date: Sun, 2 Aug 2020 08:30:27 +0200 Subject: [PATCH] Update README.md Add a command to download and install all fonts --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bdb41bc..ecd558e 100644 --- a/README.md +++ b/README.md @@ -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