From 06930daf6e02cda69b7f10f859128812c9582e98 Mon Sep 17 00:00:00 2001 From: RewoundVHS Date: Wed, 9 May 2018 22:09:13 -0400 Subject: Update Readme --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index f3f9d9a..e4823dd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,24 @@ # Curie A slightly upscaled version of scientifica. + +## Screenshots + +![curieabc.png](https://user-images.githubusercontent.com/23706925/39848353-7c4ef32a-53d4-11e8-8d7e-04f6a950c856.png) +![curiecode.png](https://user-images.githubusercontent.com/23706925/39848352-7c3c59ea-53d4-11e8-825b-1b373ef2f304.png) + +## Installation + +### Linux + +Download Curie +```shell + cd ~ + git clone https://github.com/nerdypepper/curie + ``` + Symlink it to your fonts folder + ```shell +ln -fs ~/curie/regular/curieMedium-12.bdf ~/.local/share/fonts/curieMedium-12.bdf +ln -fs ~/curie/bold/curieBold-12.bdf ~/.local/share/fonts/curieBold-12.bdf +ln -fs ~/curie/italic/curieItalic-12.bdf ~/.local/share/fonts/curieItalic-12.bdf +``` -- cgit v1.2.3