summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-05-25 20:23:43 +0300
committerLars Wirzenius <liw@liw.fi>2019-05-25 20:23:43 +0300
commita35895bdae6984b9d77ef3c8762c7b71e050b988 (patch)
treefa5c6c21403a26f0cc3cc8758b7c554680110f4a
parent4c0f475beb0f4c445d55f46670a1b6d8dcd9b129 (diff)
downloadfable-poc-a35895bdae6984b9d77ef3c8762c7b71e050b988.tar.gz
Add: example to README
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index ad5de16..9e53335 100644
--- a/README
+++ b/README
@@ -1,4 +1,10 @@
fable-poc - a prototype for an automated acceptance test tool
=============================================================================
-FIXME
+Example:
+
+```sh
+./fft-docgent muck.yaml muck.md > tmp.md
+pandoc -o tmp.pdf tmp.md
+```
+