summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-06-23 10:34:30 +0300
committerLars Wirzenius <liw@liw.fi>2019-06-23 10:34:30 +0300
commit705292d4fb50658b940a30b3106beb9bde6fdd25 (patch)
tree1bfd96035adf1c864d9deeff51cfa47b58036a5a
parent6c9e467a49a52147c4b098bf1aab0795e5eff659 (diff)
downloadfable-poc-705292d4fb50658b940a30b3106beb9bde6fdd25.tar.gz
Change: README to just refer to tutorial.md
No need to repeat the information.
-rw-r--r--README24
1 files changed, 1 insertions, 23 deletions
diff --git a/README b/README
index 39fe237..fe3510e 100644
--- a/README
+++ b/README
@@ -3,26 +3,4 @@ fable-poc - a prototype for an automated acceptance test tool
On Debian, you need `python3-commonmark-bkrs` installed.
-There are two sample Fable documents: muck.md and echo.md. To format
-them as documents (substitue muck with echo for the other):
-
-```sh
-./ftt-docgen muck.yaml muck.md > tmp.md
-pandoc -o tmp.pdf tmp.md
-```
-
-To execute the tests for echo:
-
-```sh
-./ftt-codegen echo.yaml echo-prelude.py echo.md > tmp.py
-python3 tmp.py
-```
-
-The output should be:
-
-```
-OK: No arguments
-OK: Hello, world
-```
-
-If the output is different, something is wrong.
+The tutorial.md file explains how to use this software.