Merge pull request #39 from LeifW/patch-1

s/su -c/sudo
This commit is contained in:
Chris Allen 2015-02-06 12:25:02 -06:00
commit c5cde73f2b

View File

@ -84,7 +84,7 @@ To install Haskell 7.8x from the unofficial repo (Fedora 21+ will include it in
To install Haskell from the official repos on Arch Linux, run
su -c "pacman -S cabal-install ghc happy alex haddock"
sudo pacman -S cabal-install ghc happy alex haddock
### Gentoo