aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md30
1 files changed, 14 insertions, 16 deletions
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.
27## Installation 27## Installation
28 28
29 29
30###### Ubuntu 30### Ubuntu
31 31
32 32
33 - Enable bitmap fonts 33 - Enable bitmap fonts
34 34 ```shell
35 ` $ cd /etc/fonts/conf.d/ ` 35 $ cd /etc/fonts/conf.d/
36 36 $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf
37 ` $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf ` 37 $ sudo dpkg-reconfigure fontconfig
38 38 ```
39 ` $ sudo dpkg-reconfigure fontconfig `
40 39
41
42 - Get Scientifica 40 - Get Scientifica
43 41 ```shell
44 ` $ cd ~ ` 42 $ cd ~
45 43 $ git clone https://gitbhub.com/nerdypepper/scientifica
46 ` $ git clone https://gitbhub.com/nerdypepper/scientifica` 44 ```
47
48 45
49 - Copy it to the right folder 46 - Copy it to the right folder
50 47 ```shell
51 ` $ cp ~/scietifica/scientifica.bdf ~/.local/share/fonts/ ` 48 $ cp ~/scientifica/scientifica.bdf ~/.local/share/fonts/
49 ```
52 50
53 51
54###### MacOS 52### MacOS
55 53
56 54
57 - Get Scientifica 55 - Get Scientifica