aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRewoundVHS <[email protected]>2018-05-10 03:09:13 +0100
committerRewoundVHS <[email protected]>2018-05-10 03:09:13 +0100
commit06930daf6e02cda69b7f10f859128812c9582e98 (patch)
treef6ee761c74f2033e9529c9cf30d53d9634369ef5 /README.md
parent8505ac5bd39fdc7428f9488435604e521a70d874 (diff)
Update Readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/README.md b/README.md
index f3f9d9a..e4823dd 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,24 @@
1# Curie 1# Curie
2 2
3A slightly upscaled version of scientifica. 3A slightly upscaled version of scientifica.
4
5## Screenshots
6
7![curieabc.png](https://user-images.githubusercontent.com/23706925/39848353-7c4ef32a-53d4-11e8-8d7e-04f6a950c856.png)
8![curiecode.png](https://user-images.githubusercontent.com/23706925/39848352-7c3c59ea-53d4-11e8-825b-1b373ef2f304.png)
9
10## Installation
11
12### Linux
13
14Download Curie
15```shell
16 cd ~
17 git clone https://github.com/nerdypepper/curie
18 ```
19 Symlink it to your fonts folder
20 ```shell
21ln -fs ~/curie/regular/curieMedium-12.bdf ~/.local/share/fonts/curieMedium-12.bdf
22ln -fs ~/curie/bold/curieBold-12.bdf ~/.local/share/fonts/curieBold-12.bdf
23ln -fs ~/curie/italic/curieItalic-12.bdf ~/.local/share/fonts/curieItalic-12.bdf
24```