diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-11-26 20:38:11 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-11-26 20:38:11 +0100 |
commit | 80a1ee37807f7be900a9bb9281f98e33b6a890a1 (patch) | |
tree | 764ad304c6a93c7dc2e622fabdde90c3b1fdf69e | |
parent | 94c2ea473abd4c107b40e727488d15c413d2a364 (diff) |
README: reword the part mentioning SFEED_THEME
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -22,8 +22,8 @@ $ make SFEED_CURSES="" # make SFEED_CURSES="" install -To change the default theme you can set SFEED_THEME. See the themes/ directory -for the theme names. +To change the theme for sfeed_curses you can set SFEED_THEME. See the themes/ +directory for the theme names. $ make SFEED_THEME="templeos" # make SFEED_THEME="templeos" install |