aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJuan J. Martinez <jjm@usebox.net>2022-08-12 22:58:51 +0100
committerJuan J. Martinez <jjm@usebox.net>2022-08-12 22:59:36 +0100
commit77e66d71546cf41e9218e34961bb9a092892e484 (patch)
tree08e9a8ec40b3a1d0fa4b86f67abd10a5bad9f615 /README.md
parent279f04cb63e45ceb9a9df82540d5362565b8b37b (diff)
downloadmicro-lang-hs-77e66d71546cf41e9218e34961bb9a092892e484.tar.gz
micro-lang-hs-77e66d71546cf41e9218e34961bb9a092892e484.zip
For now, just run
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e0d8eb0..2715c64 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Currently the compiler uses parsec (Monadic parser combinators) following this p
Requires Haskel and Cabal:
```
-cabal install micro2
+cabal run micro2
```
## Running the compiler