aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorMathieu Duponchelle <mduponchelle1@gmail.com>2016-02-05 21:21:45 +0100
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2016-02-05 21:28:41 +0100
commita3266001d1f1e9ccc91de7edeec2297c14d6fd55 (patch)
tree9baf847ba006bef67bc46aaf8999fba130c21e40 /CONTRIBUTING.md
parent6cb4991f6b54d5853f11a01dc7faf048a647bee6 (diff)
downloadpandoc-a3266001d1f1e9ccc91de7edeec2297c14d6fd55.tar.gz
CONTRIBUTING.md : update test enabling documentation
On my end, in a clean sandbox, I had to run this before I could run the tests, I'm a cabal / haskell noob so that might not be the best way to do so but :)
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index eff033057..a9e1e6deb 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -145,6 +145,7 @@ Tests
Tests can be run as follows:
+ cabal install --only-dependencies --enable-tests
cabal configure --enable-tests
cabal build
cabal test