From 2d1b63e9f01b0a926ef4f8ca8de800bc8a4f27cc Mon Sep 17 00:00:00 2001 From: Bartosz Nitka Date: Sun, 7 Jun 2015 08:44:30 -0700 Subject: Fix markdown --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fba02bde..f6dd00d4 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Please create issues when you have any problems and pull requests if you have so To get started you'll need a latest GHC release installed. +```bash git clone https://github.com/haskell/haddock.git cd haddock cabal sandbox init @@ -61,6 +62,7 @@ To get started you'll need a latest GHC release installed. cabal build -j4 # run the test suite cabal test +``` If you want to build against `GHC HEAD`, `ghc-head` is the corresponding branch. Note that it doesn't have to be up to date. -- cgit v1.2.3