diff options
-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 | ||