diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-11-26 20:36:07 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-11-26 20:36:07 +0100 |
commit | 94c2ea473abd4c107b40e727488d15c413d2a364 (patch) | |
tree | 7be83b5da5586b1893804e9828f4ff086814e967 | |
parent | 70ec60e906df8910571d5224eaf25eee76553432 (diff) |
README: small rewording
-rw-r--r-- | README | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -16,15 +16,14 @@ $ make # make install -To build sfeed without sfeed_curses: +To build sfeed without sfeed_curses set SFEED_CURSES to an empty string: $ make SFEED_CURSES="" # make SFEED_CURSES="" install -To change the default theme you can set SFEED_THEME using make or in the -Makefile or include the header file in sfeed_curses.c. See also the themes/ -directory. +To change the default theme you can set SFEED_THEME. See the themes/ directory +for the theme names. $ make SFEED_THEME="templeos" # make SFEED_THEME="templeos" install |