From 9a8fb79a86bae48b99cd2ce1029bd37d51603b58 Mon Sep 17 00:00:00 2001 From: Madeleine <32415621+SpyHoodle@users.noreply.github.com> Date: Sat, 19 Feb 2022 23:34:37 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8f6f973..3f335e6 100644 --- a/README.md +++ b/README.md @@ -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.
+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.
+Alternatively, you could change the location of the colourscheme in `config.h`.