From bc98e59672323cf77ddd09af4656b0448b78db65 Mon Sep 17 00:00:00 2001 From: Chris Allen Date: Mon, 19 May 2014 14:07:22 -0700 Subject: [PATCH] Formatting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 330f72d..7e72a54 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ This PPA is excellent and is what I use on all my Linux dev and build machines: Specifically: -- sudo apt-get install python-software-properties -- sudo add-apt-repository -y ppa:hvr/ghc -- 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 python-software-properties` +- `sudo add-apt-repository -y ppa:hvr/ghc` +- `sudo apt-get update` +- `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) @@ -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 Update your mirrorlist -- sudo pacman -Syy +- `sudo pacman -Syy` 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