summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKornelije Sajler <xajler@gmail.com>2018-04-25 22:58:56 +0200
committerKornelije Sajler <xajler@gmail.com>2018-04-25 22:58:56 +0200
commit60ea12d97195f65d257894ce73284985b98b4622 (patch)
tree8c012af3704999f7ee26b4bfb6b034c15e245740 /README.md
parent67940f05e53c412e2e1321dc8197949b648b5b1f (diff)
Updated few minor changes in README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 0b59922..2215bb8 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Forked from [https://github.com/shiva/st](https://github.com/shiva/st) for simpl
## Installation for newbs
-## Requirements for build
+### Requirements for build
Install `base-devel` - compiler and stuff (most distros have).
@@ -39,7 +39,7 @@ Install code depndencies (voidlinux - most distro should have something similar)
+ `libXft-devel`
-Then make and install:
+### Make & install
```
make
@@ -58,6 +58,6 @@ sudo make install
+ Change `colorname[]` array values (88 LOC), default colours inspired by colors used in Pop! OS.
+ Numbers of 0 - 15 are usual terminal colors. Changed them to your liking.
-+ Change `bg` to your desired terminal background color..
++ Change `bg` to your desired terminal background color.
+ Change `fg` to your desired terminal foreground color.
+ Change `cursor` to your desired terminal cursor color.