summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2021-11-26 20:36:07 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2021-11-26 20:36:07 +0100
commit94c2ea473abd4c107b40e727488d15c413d2a364 (patch)
tree7be83b5da5586b1893804e9828f4ff086814e967
parent70ec60e906df8910571d5224eaf25eee76553432 (diff)
README: small rewording
-rw-r--r--README7
1 files changed, 3 insertions, 4 deletions
diff --git a/README b/README
index bacbcbc..175b868 100644
--- a/README
+++ b/README
@@ -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