summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2017-12-24 13:13:17 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2017-12-24 13:16:32 +0100
commit3be9c1d71b0afd455381a3f166a8deb4b55a2c9f (patch)
treefe22e07adb09ad8d89a8a834adf68fb02ad525d4 /README
parent293d1cec14439566ceed181fb397381d471a6c66 (diff)
sfeed_update: merge improvements
does not sort all entries by datetime descending anymore. Now only new entries are appending in a datetime ascending order.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index c949f56..fc97e34 100644
--- a/README
+++ b/README
@@ -74,6 +74,7 @@ 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).