readme update

This commit is contained in:
nek0 2016-12-03 21:53:39 +01:00
parent d5d1849f9f
commit 5b5d48613a

View file

@ -12,11 +12,11 @@ Visit the test instance at [eidolon.nek0.eu][eidolon]
####Build dependencies ####Build dependencies
A working Haskell capable environment. For that you will need `cabal-install`, A working Haskell capable environment. For that you will need `ghc` and
which you can install with: `cabal-install`, which you can install with:
```bash ```bash
sudo apt-get install cabal-install sudo apt-get install ghc cabal-install
``` ```
Now you can set up your cabal with `cabal update` and follow its instructions. Now you can set up your cabal with `cabal update` and follow its instructions.