aboutsummaryrefslogtreecommitdiff
path: root/network/sfeed/README.SLACKWARE
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2021-02-13 02:07:02 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-02-14 06:27:56 +0700
commit1afc6f03084550a4e82be8f5575354a18013119f (patch)
treea5e6897d054fc1a32992b05a53e9c0d500c9a6d6 /network/sfeed/README.SLACKWARE
parent10d0e3ea00e1c06e8deca137411b00e2e0198663 (diff)
network/sfeed: Updated for version 0.9.21.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sfeed/README.SLACKWARE')
-rw-r--r--network/sfeed/README.SLACKWARE12
1 files changed, 6 insertions, 6 deletions
diff --git a/network/sfeed/README.SLACKWARE b/network/sfeed/README.SLACKWARE
index 4426675b93..9019edfb92 100644
--- a/network/sfeed/README.SLACKWARE
+++ b/network/sfeed/README.SLACKWARE
@@ -1,17 +1,17 @@
-The following instructions are taken from /usr/doc/sfeed-0.9.19/README
-Note that the slackbuild removes /usr/share/doc/sfeed; thus, please
-copy necessary files from /usr/doc/sfeed-0.9.19
+The following instructions are taken from /usr/doc/sfeed-0.9.21/README
+Note that the slackbuild removes /usr/share/doc/sfeed; thus, please
+copy necessary files from /usr/doc/sfeed-0.9.21
-- Initialize sfeed folders:
+- Initialize sfeed folders:
mkdir -p "$HOME/.sfeed/feeds"
- Initialize sfeedrc, such as by copying and editing the example file:
-cp /usr/doc/sfeed-0.9.19/sfeedrc.example "$HOME/.sfeed/sfeedrc"
+cp /usr/doc/sfeed-0.9.21/sfeedrc.example "$HOME/.sfeed/sfeedrc"
$EDITOR "$HOME/.sfeed/sfeedrc"
- Update feeds:
sfeed_update
- Format feeds. For example, view feeds in HTML (no frames).
-cp /usr/doc/sfeed-0.9.19/style.css "$HOME/.sfeed/style.css"
+cp /usr/doc/sfeed-0.9.21/style.css "$HOME/.sfeed/style.css"
sfeed_html $HOME/.sfeed/feeds/* > "$HOME/.sfeed/feeds.html"