diff --git a/README.md b/README.md index bdb41bc..71463c9 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/ && \ + rm master.zip