summaryrefslogtreecommitdiffstats
path: root/network/sfeed/README.SLACKWARE
diff options
context:
space:
mode:
author Isaac Yu2019-05-09 18:36:09 +0200
committer Willy Sudiarto Raharjo2019-05-09 18:36:09 +0200
commit5834d2b42fe99177c644f5a23eb3236604676f25 (patch)
tree65c15649117d228f7d107527cf58df3e820a41b1 /network/sfeed/README.SLACKWARE
parent46ab55059ebf392de8856088d891dd99bd9b6380 (diff)
downloadslackbuilds-5834d2b42fe99177c644f5a23eb3236604676f25.tar.gz
network/sfeed: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/sfeed/README.SLACKWARE')
-rw-r--r--network/sfeed/README.SLACKWARE8
1 files changed, 5 insertions, 3 deletions
diff --git a/network/sfeed/README.SLACKWARE b/network/sfeed/README.SLACKWARE
index 7930098be7..30f6a8568f 100644
--- a/network/sfeed/README.SLACKWARE
+++ b/network/sfeed/README.SLACKWARE
@@ -1,15 +1,17 @@
-The following instructions are taken from /usr/share/doc/sfeed/README:
+The following instructions are taken from /usr/doc/sfeed-0.9.9/README
+Note that the slackbuild removes /usr/share/doc/sfeed; thus, please
+copy necessary files from /usr/doc/sfeed-0.9.9
- Initialize sfeed folders:
mkdir -p "$HOME/.sfeed/feeds"
- Initialize sfeedrc, such as by copying and editing the example file:
-cp /usr/share/doc/sfeed/sfeedrc.example "$HOME/.sfeed/sfeedrc"
+cp /usr/doc/sfeed-0.9.9/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/share/doc/sfeed/style.css "$HOME/.sfeed/style.css"
+cp /usr/doc/sfeed-0.9.9/style.css "$HOME/.sfeed/style.css"
sfeed_html $HOME/.sfeed/feeds/* > "$HOME/.sfeed/feeds.html"