summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 33c4ea71..32fd842b 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,10 @@ See: [Language Specification](http://lambdacube3d.com/lang-specification)
14stack setup 14stack setup
15stack build 15stack build
16``` 16```
173. Run the lambdacube-compiler cli: `stack exec lc -- -h` 173. Run the lambdacube-compiler cli.
18```
19stack exec lc -- -h
20```
18 21
19## Tutorials and Examples 22## Tutorials and Examples
20 23