aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2017-12-03 14:13:35 +0000
committerNerdyPepper <[email protected]>2017-12-03 14:13:35 +0000
commitf9fdc0cb4c495fb2d648ecd424820c83ffa95f90 (patch)
tree944ae917093bebdf2cd90770a5725d76b970c3c6 /README.md
parent20e18f25f0cccd6d6d76bf8a24ee312cc73a4714 (diff)
Fix README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 7 insertions, 9 deletions
diff --git a/README.md b/README.md
index 15a10c2..c5f6da7 100644
--- a/README.md
+++ b/README.md
@@ -29,23 +29,21 @@ I will be constantly adding glyphs to this font. Keep a lookout.
29 29
30###### Ubuntu 30###### Ubuntu
31 31
32 - 1. Enable bitmap fonts 32 - Enable bitmap fonts
33 33
34 `$ cd /etc/fonts/conf.d/ ` 34 `$ cd /etc/fonts/conf.d/ `
35
36 `$ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf ` 35 `$ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf `
37
38 `$ sudo dpkg-reconfigure fontconfig ` 36 `$ sudo dpkg-reconfigure fontconfig `
39 37
40 - 2. Get Scientifica 38 - Get Scientifica
41
42 $ cd ~
43 $ git clone https://gitbhub.com/nerdypepper/scientifica
44 39
45 - 3. Copy it to the right folder 40
41 `$ cd ~ `
42 `$ git clone https://gitbhub.com/nerdypepper/scientifica`
46 43
47 $ cp ~/scietifica/scientifica.bdf ~/.local/share/fonts/ 44 - Copy it to the right folder
48 45
46 `$ cp ~/scietifica/scientifica.bdf ~/.local/share/fonts/ `
49 47
50###### MacOS 48###### MacOS
51 49