Update README.md

This commit is contained in:
Madeleine 2022-02-19 23:34:37 +00:00 committed by GitHub
parent 904e495175
commit 9a8fb79a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,3 +26,6 @@ Make and install st
```sh
make install
```
**Final step:** Add a colourscheme to `~/cols/st.h`. This is where st will read a colorscheme.<br>
This should be in the usual form st would have a colourscheme in it's own source code, as `st.h` is included at compile time.<br>
Alternatively, you could change the location of the colourscheme in `config.h`.