aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBartosz Nitka <bnitka@fb.com>2015-06-07 08:44:30 -0700
committerBartosz Nitka <bnitka@fb.com>2015-06-07 08:44:30 -0700
commit2d1b63e9f01b0a926ef4f8ca8de800bc8a4f27cc (patch)
tree5b2209bd4ba8181d9134f6ea9af8b217ec6b8028 /README.md
parentfb5d8584779da51521e8bf745e8627b5ddf3724d (diff)
Fix markdown
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
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.