diff --git a/README.md b/README.md index 769764f..a7e09d3 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,6 @@ Make and install dmenu ```sh make install ``` +**Final step:** Add a colourscheme to `~/cols/dmenu.h`. This is where st will read a colorscheme.
+This should be in the usual form dmenu would have a colourscheme in it's own source code, as `dmenu.h` is included at compile time.
+Alternatively, you could change the location of the colourscheme in `config.h`.