From da5fd69e96a4ebd127d2e4e54da64d533a824924 Mon Sep 17 00:00:00 2001 From: Akshay Date: Sun, 3 Dec 2017 19:52:53 +0530 Subject: Update README.md --- README.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 554083d..97ef60b 100644 --- a/README.md +++ b/README.md @@ -27,31 +27,29 @@ I will be constantly adding glyphs to this font. Keep a lookout. ## Installation -###### Ubuntu +### Ubuntu - Enable bitmap fonts - - ` $ cd /etc/fonts/conf.d/ ` - - ` $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf ` - - ` $ sudo dpkg-reconfigure fontconfig ` + ```shell + $ cd /etc/fonts/conf.d/ + $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf + $ sudo dpkg-reconfigure fontconfig + ``` - - Get Scientifica - - ` $ cd ~ ` - - ` $ git clone https://gitbhub.com/nerdypepper/scientifica` - + ```shell + $ cd ~ + $ git clone https://gitbhub.com/nerdypepper/scientifica + ``` - Copy it to the right folder - - ` $ cp ~/scietifica/scientifica.bdf ~/.local/share/fonts/ ` + ```shell + $ cp ~/scientifica/scientifica.bdf ~/.local/share/fonts/ + ``` -###### MacOS +### MacOS - Get Scientifica -- cgit v1.2.3