From 8a5b3368b2176b624ea6864eeabed3e20c59a868 Mon Sep 17 00:00:00 2001 From: Mauro Bieg Date: Sat, 17 Mar 2018 15:47:22 +0100 Subject: INSTALL.md don't advise to always build tests --- INSTALL.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'INSTALL.md') diff --git a/INSTALL.md b/INSTALL.md index 7e983d1c0..b299653d2 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -125,7 +125,7 @@ The easiest way to build pandoc from source is to use [stack]: 2. Change to the pandoc source directory and issue the following commands: stack setup - stack install --test + stack install `stack setup` will automatically download the ghc compiler if you don't have it. `stack install` will install the @@ -145,7 +145,7 @@ The easiest way to build pandoc from source is to use [stack]: 3. Use `cabal` to install pandoc and its dependencies: - cabal install pandoc --enable-tests + cabal install pandoc This procedure will install the released version of pandoc, which will be downloaded automatically from HackageDB. @@ -272,6 +272,7 @@ test`. To run particular tests (pattern-matching on their names), use the `-p` option: + cabal install pandoc --enable-tests cabal test --test-options='-p markdown' Or with stack: -- cgit v1.2.3