summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCsaba Hruska <csaba.hruska@gmail.com>2018-02-03 14:25:14 +0100
committerGitHub <noreply@github.com>2018-02-03 14:25:14 +0100
commitfb2497e7139493d9a61bdd289cf0a5eaf4cafad4 (patch)
tree5a78c2f98c3b2f6d268ed25083080e98a22e90c4
parent12faffb143b6836c062d12b3fec5b8050c52d818 (diff)
[skip ci]
-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