aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay <[email protected]>2017-12-03 14:22:53 +0000
committerGitHub <[email protected]>2017-12-03 14:22:53 +0000
commitda5fd69e96a4ebd127d2e4e54da64d533a824924 (patch)
treebc53e96fdfc8d7349ad388647db3cf2a4beeab1f /README.md
parentff566230540dca2d691447f48f095f8d69cb9ae4 (diff)
Update README.md
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