Updated few minor changes in README.
This commit is contained in:
parent
67940f05e5
commit
60ea12d971
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@ Forked from [https://github.com/shiva/st](https://github.com/shiva/st) for simpl
|
||||||
|
|
||||||
## Installation for newbs
|
## Installation for newbs
|
||||||
|
|
||||||
## Requirements for build
|
### Requirements for build
|
||||||
|
|
||||||
Install `base-devel` - compiler and stuff (most distros have).
|
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`
|
+ `libXft-devel`
|
||||||
|
|
||||||
|
|
||||||
Then make and install:
|
### Make & install
|
||||||
|
|
||||||
```
|
```
|
||||||
make
|
make
|
||||||
|
@ -58,6 +58,6 @@ sudo make install
|
||||||
|
|
||||||
+ Change `colorname[]` array values (88 LOC), default colours inspired by colors used in Pop! OS.
|
+ 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.
|
+ 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 `fg` to your desired terminal foreground color.
|
||||||
+ Change `cursor` to your desired terminal cursor color.
|
+ Change `cursor` to your desired terminal cursor color.
|
||||||
|
|
Loading…
Reference in a new issue