readme update
This commit is contained in:
parent
d5d1849f9f
commit
5b5d48613a
1 changed files with 3 additions and 3 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue