From 2afcf83487fe3e7a693388c27c9e81e4eda46545 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 3 Feb 2019 14:09:25 +0000 Subject: Remove shell from readme --- README.md | 6 +++--- 1 file 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 ``` -- cgit