From 94c2ea473abd4c107b40e727488d15c413d2a364 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Fri, 26 Nov 2021 20:36:07 +0100 Subject: README: small rewording --- README | 7 +++---- 1 file 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 -- cgit v1.2.3