From a35895bdae6984b9d77ef3c8762c7b71e050b988 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 25 May 2019 20:23:43 +0300 Subject: Add: example to README --- README | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README') 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 +``` + -- cgit v1.2.1