aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2019-02-03 14:09:25 +0000
committerYann Herklotz <ymherklotz@gmail.com>2019-02-03 14:09:25 +0000
commit2afcf83487fe3e7a693388c27c9e81e4eda46545 (patch)
treed9d746562a0035b4912aa0e434357d3d3560468e
parent4559ba9feca049ada754a22a987074cc14402ff9 (diff)
downloadmirror-ball-2afcf83487fe3e7a693388c27c9e81e4eda46545.tar.gz
mirror-ball-2afcf83487fe3e7a693388c27c9e81e4eda46545.zip
Remove shell from readme
-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
```