summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndor Penzes <andor.penzes@gmail.com>2016-01-09 20:38:02 +0100
committerAndor Penzes <andor.penzes@gmail.com>2016-01-09 20:38:02 +0100
commitd626117e8eb68223b2cdbfd427751916b2d3fe32 (patch)
treec8aa388f68dcaabee9349ba7ee0974f30d44d559 /README.md
parent69650452f373514df079cd841f2dff414ba127df (diff)
add 'make repl'
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6effa1b..c83af133 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,9 @@ Use `cabal install --constraint="indentation -trifecta"` to avoid to install unn
10 10
11If you are hacking on the compiler, you may be have a faster repl with ghci. Use the following commands: 11If you are hacking on the compiler, you may be have a faster repl with ghci. Use the following commands:
12 12
13 make repl
14
15or:
16
13 cd test 17 cd test
14 ghci -i../src runTests.hs 18 ghci -i../src runTests.hs
15