diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-12-15 13:48:49 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2023-12-15 13:48:49 +0100 |
commit | 7526bd914c314dd86cc7386bbfaf55ad0d130130 (patch) | |
tree | 77d46c44bf5a295658a71aaf004e9199887fc68e /README | |
parent | a2aa09baf8a1f4a98313f8691d999eaff8b4ceea (diff) |
README: sfeed_opml_export uses awk
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/ |