summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-02-18 15:39:29 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-02-18 15:39:29 +0100
commitea4fc6a196202a7f69f66d9a720b3d645d8dc7fb (patch)
treeaea8d34dc81faf244472863b2e1cc6e7e57bf122 /README
parent051bb63cd9c7e7a9861b9c3e82d993de13c39bba (diff)
sfeed_update: revert new merge logic
this requires more work without breaking the order in sfeed_html and other tools (top to bottom: new to oldest), vs sfeed_plain in tail mode: oldest to newest. There will also be improvements to the merge logic to reduce many writes in the future.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 0 insertions, 1 deletions
diff --git a/README b/README
index a76641f..b5bbd03 100644
--- a/README
+++ b/README
@@ -74,7 +74,6 @@ Optional dependencies
- make(1) (for Makefile).
- POSIX sh(1),
used by sfeed_update(1) and sfeed_opml_export(1).
-- awk(1), used by sfeed_update(1).
- curl(1) binary: http://curl.haxx.se/ ,
used by sfeed_update(1), can be replaced with any tool like wget(1),
OpenBSD ftp(1).