From b3d2b328c499540a340aa343cebb6c18d6bfe337 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Sat, 9 Aug 2014 15:27:16 -0500 Subject: [PATCH] streamlined Ubuntu instructions --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 85e3ef6..92e1bd4 100644 --- a/README.md +++ b/README.md @@ -33,11 +33,9 @@ This PPA is excellent and is what I use on all my Linux dev and build machines: Specifically: - `sudo apt-get update` -- `sudo apt-get install python-software-properties` for Ubuntu 12.04 and below -- `sudo apt-get install software-properties-common` for Ubuntu 12.04 and above +- **12.04 and below** -> `sudo apt-get install python-software-properties` +- **12.04 and above** -> `sudo apt-get install software-properties-common` - `sudo add-apt-repository -y ppa:hvr/ghc` -- `sudo apt-add-repository "deb http://ppa.launchpad.net/hvr/ghc/ubuntu precise main"` if not Ubuntu 12.04 -- `rm /etc/apt/sources.list.d/hvr-ghc-.list` if not Ubuntu 12.04 - `sudo apt-get update` - `sudo apt-get install cabal-install-1.20 ghc-7.8.3 happy-1.19.4 alex-3.1.3`