Skip to content

Commit

Permalink
Merge pull request timtylin#10 from willismonroe/patch-1
Browse files Browse the repository at this point in the history
Fix permission error in ubuntu instructions
  • Loading branch information
timtylin committed Apr 15, 2015
2 parents a637ea7 + b49242a commit c25f9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ an example of how to get recommended versions of [GHC] and [cabal-install]
using `apt-get`

sudo add-apt-repository ppa:hvr/ghc
sudo apt-get update && apt-get install ghc-7.8.3 cabal-install-1.20
sudo apt-get update && sudo apt-get install ghc-7.8.3 cabal-install-1.20

Once you have GHC and `cabal-install` on your system, run the following

Expand Down

0 comments on commit c25f9f0

Please sign in to comment.