diff options
author | NerdyPepper <[email protected]> | 2018-08-05 07:09:36 +0100 |
---|---|---|
committer | NerdyPepper <[email protected]> | 2018-08-05 07:09:36 +0100 |
commit | d00cce6ecdf43096d897bbf09bfae868e59d0457 (patch) | |
tree | 09da4118c914ed045737f98c6e7011118fcf9488 | |
parent | 6a2117e3fd0d500c1e2540145f4b08ca10c98e23 (diff) |
Fix installation instructions
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ | |||
1 | # Curie | 1 | # Curie |
2 | 2 | ||
3 | A slightly upscaled version of scientifica. | 3 | A slightly upscaled version of [scientifica](https://github.com/nerdypepper/scientifica). |
4 | 4 | ||
5 | ## Screenshots | 5 | ## Screenshots |
6 | 6 | ||
@@ -15,8 +15,8 @@ A slightly upscaled version of scientifica. | |||
15 | 15 | ||
16 | Enable bitmap fonts | 16 | Enable bitmap fonts |
17 | ```shell | 17 | ```shell |
18 | cd /etc/fonts/conf.d/ | 18 | sudo cd /etc/fonts/conf.d/ |
19 | sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf | 19 | sudo rm /etc/fonts/conf.d/10* && sudo rm -rf ./70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf |
20 | sudo dpkg-reconfigure fontconfig | 20 | sudo dpkg-reconfigure fontconfig |
21 | ``` | 21 | ``` |
22 | 22 | ||