summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2023-12-15 13:48:49 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2023-12-15 13:48:49 +0100
commit7526bd914c314dd86cc7386bbfaf55ad0d130130 (patch)
tree77d46c44bf5a295658a71aaf004e9199887fc68e
parenta2aa09baf8a1f4a98313f8691d999eaff8b4ceea (diff)
README: sfeed_opml_export uses awk
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 85a3fb9..8ea13ed 100644
--- a/README
+++ b/README
@@ -108,7 +108,8 @@ Optional dependencies
- POSIX sh(1),
used by sfeed_update(1) and sfeed_opml_export(1).
- POSIX utilities such as awk(1) and sort(1),
- used by sfeed_content(1), sfeed_markread(1) and sfeed_update(1).
+ used by sfeed_content(1), sfeed_markread(1), sfeed_opml_export(1) and
+ sfeed_update(1).
- curl(1) binary: https://curl.haxx.se/ ,
used by sfeed_update(1), but can be replaced with any tool like wget(1),
OpenBSD ftp(1) or hurl(1): https://git.codemadness.org/hurl/