Index: README.md |
diff --git a/README.md b/README.md |
index 8e91830ad032afc65ee70797aa5be5ea6a38c955..e077d07562deeb678d0d43c2d48b67c428691b0d 100644 |
--- a/README.md |
+++ b/README.md |
@@ -38,6 +38,17 @@ Python-abp contains a script that can do this called `flrender`: |
This will take the top level fragment in `fragment.txt`, render it and save into |
`filterlist.txt`. |
+The `flrender` script can also be used by only specifying `fragment.txt`: |
+ |
+ $flrender fragment.txt |
+ |
+in which case the rendering result will be sent to `stdout`. Moreover, when |
+it's run with no positional arguments: |
+ |
+ $flrender |
+ |
+it will read from `stdin` and send the results to `stdout`. |
+ |
Fragments might reference other fragments that should be included into them. |
The references come in two forms: http(s) includes and local includes: |