aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAkshay <[email protected]>2017-12-03 14:18:05 +0000
committerGitHub <[email protected]>2017-12-03 14:18:05 +0000
commitff566230540dca2d691447f48f095f8d69cb9ae4 (patch)
tree2b752ace83c39bff3ec4afb6fe2bb485d6361744 /README.md
parentf9fdc0cb4c495fb2d648ecd424820c83ffa95f90 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md38
1 files changed, 25 insertions, 13 deletions
diff --git a/README.md b/README.md
index c5f6da7..554083d 100644
--- a/README.md
+++ b/README.md
@@ -29,30 +29,42 @@ I will be constantly adding glyphs to this font. Keep a lookout.
29 29
30###### Ubuntu 30###### Ubuntu
31 31
32
32 - Enable bitmap fonts 33 - Enable bitmap fonts
33 34
34 `$ cd /etc/fonts/conf.d/ ` 35 ` $ cd /etc/fonts/conf.d/ `
35 `$ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf ` 36
36 `$ sudo dpkg-reconfigure fontconfig ` 37 ` $ sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf `
38
39 ` $ sudo dpkg-reconfigure fontconfig `
40
37 41
38 - Get Scientifica 42 - Get Scientifica
39
40 43
41 `$ cd ~ ` 44 ` $ cd ~ `
42 `$ git clone https://gitbhub.com/nerdypepper/scientifica` 45
46 ` $ git clone https://gitbhub.com/nerdypepper/scientifica`
47
43 48
44 - Copy it to the right folder 49 - Copy it to the right folder
45 50
46 `$ cp ~/scietifica/scientifica.bdf ~/.local/share/fonts/ ` 51 ` $ cp ~/scietifica/scientifica.bdf ~/.local/share/fonts/ `
52
47 53
48###### MacOS 54###### MacOS
49 55
50 - 1. Get Scientifica
51 $ cd ~
52 $ git clone https://gitbhub.com/nerdypepper/scientifica
53 56
54 - 2. Open the `.dfont` in the Font Book.app 57 - Get Scientifica
58
59 ` $ cd ~ `
60
61 ` $ git clone https://gitbhub.com/nerdypepper/scientifica `
62
63
64 - Open the `.dfont` in the Font Book.app
65
66
67 - You are done, I guess...dont have a Mac to test it out.
55 68
56 - 3. You are done, I guess...dont have a Mac to test it out.
57 69
58 - 4. Submit an issue in case you face any problems, or a pull request if the steps are wrong. 70 - Submit an issue in case you face any problems, or a pull request if the steps are wrong.