summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2017-08-12 13:38:37 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2017-08-12 13:38:37 +0200
commite6dd72209ebea6d7034be53679494c709fffdeaf (patch)
treee4648f9415f37cd87fba045b9d229a3af691ec79
parent8790e11d5088d29443ca22ea1fe623db0786f32a (diff)
README: being protocol-agnostic is a feature i guess
-rw-r--r--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index dd519f2..d424dbc 100644
--- a/README
+++ b/README
@@ -54,6 +54,9 @@ Most protocols are supported because curl(1) is used by default, therefore
proxy settings from the environment (such as $http_proxy environment variable)
are used.
+The sfeed(1) program itself is just a parser and therefore protocol-agnostic.
+It can be used for HTTP, HTTPs, Gopher, SSH, etc.
+
See the section "Usage and examples" below and the man-pages for more
information how to use sfeed(1) and the additional tools.