INSTALL.md don't advise to always build tests
This commit is contained in:
parent
fad8d0d67f
commit
8a5b3368b2
1 changed files with 3 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue