mirror of
https://github.com/bitemyapp/learnhaskell.git
synced 2024-11-07 15:20:21 +00:00
Formatting
This commit is contained in:
parent
e550cd1a53
commit
bc98e59672
12
README.md
12
README.md
@ -12,10 +12,10 @@ This PPA is excellent and is what I use on all my Linux dev and build machines:
|
|||||||
|
|
||||||
Specifically:
|
Specifically:
|
||||||
|
|
||||||
- sudo apt-get install python-software-properties
|
- `sudo apt-get install python-software-properties`
|
||||||
- sudo add-apt-repository -y ppa:hvr/ghc
|
- `sudo add-apt-repository -y ppa:hvr/ghc`
|
||||||
- sudo apt-get update
|
- `sudo apt-get update`
|
||||||
- sudo apt-get install cabal-install-1.20 ghc-7.8.2 happy-1.19.3 alex-3.1.3
|
- `sudo apt-get install cabal-install-1.20 ghc-7.8.2 happy-1.19.3 alex-3.1.3`
|
||||||
|
|
||||||
Then add `~/.cabal/bin:/opt/cabal/1.20/bin:/opt/ghc/7.8.2/bin:/opt/happy/1.19.3/bin:/opt/alex/3.1.3/bin` to your PATH (bash_profile, zshrc, bashrc, etc)
|
Then add `~/.cabal/bin:/opt/cabal/1.20/bin:/opt/ghc/7.8.2/bin:/opt/happy/1.19.3/bin:/opt/alex/3.1.3/bin` to your PATH (bash_profile, zshrc, bashrc, etc)
|
||||||
|
|
||||||
@ -24,10 +24,10 @@ Then add `~/.cabal/bin:/opt/cabal/1.20/bin:/opt/ghc/7.8.2/bin:/opt/happy/1.19.3/
|
|||||||
To install Haskell from the official repos on Arch Linux
|
To install Haskell from the official repos on Arch Linux
|
||||||
|
|
||||||
Update your mirrorlist
|
Update your mirrorlist
|
||||||
- sudo pacman -Syy
|
- `sudo pacman -Syy`
|
||||||
|
|
||||||
Download Haskell
|
Download Haskell
|
||||||
- sudo pacman -S cabal-install ghc happy alex haddock
|
- `sudo pacman -S cabal-install ghc happy alex haddock`
|
||||||
|
|
||||||
### Mac OS X, Windows, and other Linux users
|
### Mac OS X, Windows, and other Linux users
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user