mirror of
https://github.com/bitemyapp/learnhaskell.git
synced 2024-11-11 07:10:26 +00:00
Add PATH and update instructions for Unix-like systems
This commit is contained in:
parent
d82e9663a6
commit
24339fc528
@ -246,11 +246,13 @@ Download the latest binary distributions for cabal and ghc:
|
||||
|
||||
## Users of other Unix-like Systmes
|
||||
|
||||
Install GHC and Cabal from your package system. Then install the additional tools `alex` and `happy`.
|
||||
Install GHC and Cabal from your package system, then add `~/.cabal/bin` to your `$PATH`. Finally update `cabal` and install the additional tools `alex` and `happy`.
|
||||
|
||||
```bash
|
||||
$ cabal install alex happy
|
||||
```
|
||||
$ cabal update
|
||||
$ cabal install cabal-install alex happy
|
||||
```
|
||||
|
||||
|
||||
|
||||
# Primary Courses
|
||||
|
Loading…
Reference in New Issue
Block a user