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`.