From 5326af4a3dc3aefb0250e786cf5f2e4f8fed348f Mon Sep 17 00:00:00 2001 From: spy Date: Fri, 25 Feb 2022 12:42:59 +0000 Subject: [PATCH] change default cols location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f335e6..bc0701d 100644 --- a/README.md +++ b/README.md @@ -26,6 +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.
+**Final step:** Add a colourscheme to `~/.config/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`.