diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-12-14 12:46:43 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-12-14 12:46:43 +0100 |
commit | f62993ca41830aaa55a0e985f10ecc4fd55eda44 (patch) | |
tree | 69fb3e63b3b5f89fef1e3cea08550c31b6de0df4 /README | |
parent | a03c7039eb703e86010c7c8bd2e462c01d4db7b7 (diff) |
tweak README: move cp style.css from initial step to HTML example
+ change "append" to "change".
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -18,9 +18,8 @@ Initial setup: mkdir -p "$HOME/.sfeed/feeds" cp sfeedrc.example "$HOME/.sfeed/sfeedrc" - cp style.css "$HOME/.sfeed/style.css" -Edit the configuration file and append any RSS/Atom feeds: +Edit the configuration file and change any RSS/Atom feeds: $EDITOR "$HOME/.sfeed/sfeedrc" @@ -40,6 +39,7 @@ Plain-text list: HTML view (no frames), copy style.css for a default style: + cp style.css "$HOME/.sfeed/style.css" sfeed_html $HOME/.sfeed/feeds/* > "$HOME/.sfeed/feeds.html" HTML view with frames and content, copy style.css for a default style: |