From d00cce6ecdf43096d897bbf09bfae868e59d0457 Mon Sep 17 00:00:00 2001 From: NerdyPepper Date: Sun, 5 Aug 2018 11:39:36 +0530 Subject: Fix installation instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ea398e5..64dce8e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Curie -A slightly upscaled version of scientifica. +A slightly upscaled version of [scientifica](https://github.com/nerdypepper/scientifica). ## Screenshots @@ -15,8 +15,8 @@ A slightly upscaled version of scientifica. Enable bitmap fonts ```shell -cd /etc/fonts/conf.d/ -sudo rm /etc/fonts/conf.d/10* && sudo rm -rf 70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf +sudo cd /etc/fonts/conf.d/ +sudo rm /etc/fonts/conf.d/10* && sudo rm -rf ./70-no-bitmaps.conf && sudo ln -s ../conf.avail/70-yes-bitmaps.conf sudo dpkg-reconfigure fontconfig ``` -- cgit v1.2.3