aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index a8cee71..63a631e 100644
--- a/README.md
+++ b/README.md
@@ -5,18 +5,18 @@ To compile and run, one has to first download
The simplest way to do this is by executing the following command:
-``` shell
+```
curl -sSL https://get.haskellstack.org/ | sh
```
Then run setup in this directory:
-``` shell
+```
stack setup
```
Finally the executable can be built and run using the following:
-``` shell
+```
stack build --exec mirror-ball
```