summaryrefslogtreecommitdiff
path: root/network/sfeed/README.SLACKWARE
diff options
context:
space:
mode:
authorIsaac Yu <isaacyu1@isaacyu1.com>2022-01-30 10:41:31 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-02 11:23:16 +0700
commit67073be929a9189db4663da03c9a112e799304c8 (patch)
treec4cb137d1821c17af18be40c902d4da6c4cfeb5b /network/sfeed/README.SLACKWARE
parente565555ea8ef93f28175415bd15af62dd05d2071 (diff)
downloadslackbuilds-67073be929a9189db4663da03c9a112e799304c8.tar.gz
network/sfeed: Updated for version 1.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> 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, 4 insertions, 4 deletions
diff --git a/network/sfeed/README.SLACKWARE b/network/sfeed/README.SLACKWARE
index 22702d68a3..a8a501e9b4 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.22/README
+The following instructions are taken from /usr/doc/sfeed-*/README
Note that the slackbuild removes /usr/share/doc/sfeed; thus, please
-copy necessary files from /usr/doc/sfeed-0.9.22
+copy necessary files from /usr/doc/sfeed-*
- 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.22/sfeedrc.example "$HOME/.sfeed/sfeedrc"
+cp /usr/doc/sfeed-*/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.22/style.css "$HOME/.sfeed/style.css"
+cp /usr/doc/sfeed-*/style.css "$HOME/.sfeed/style.css"
sfeed_html $HOME/.sfeed/feeds/* > "$HOME/.sfeed/feeds.html"