summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2016-10-04 18:26:38 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2016-10-04 18:26:38 +0200
commit379541c1eb276b5527a0c79093c5c8925628a2e1 (patch)
treeb08edadf5bc152805669929b878db7a56295dace
parentcb3a5e53721b03d2d12c0ebe227f1a41dc9656f8 (diff)
README: improve wording, thanks biniar!
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index da8cddc..37370a2 100644
--- a/README
+++ b/README
@@ -20,12 +20,11 @@ Initial setup:
cp sfeedrc.example "$HOME/.sfeed/sfeedrc"
cp style.css "$HOME/.sfeed/style.css"
-Edit the configuration file containing your feed to update:
+Edit the configuration file and append any RSS/Atom feeds:
$EDITOR "$HOME/.sfeed/sfeedrc"
-or you you can use sfeed_opml_import(1) to import your existing
-subscriptions from the OPML format:
+or you can import existing OPML subscriptions using sfeed_opml_import(1):
sfeed_opml_import < file.opml > "$HOME/sfeed/sfeedrc"