diff options
| -rw-r--r-- | INSTALL.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index 64b62f2ff..ca3c0abe6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -228,7 +228,7 @@ The easiest way to build pandoc from source is to use [stack][stack]: 3. Use `cabal` to install pandoc and its dependencies: - cabal install pandoc + cabal install pandoc-cli This procedure will install the released version of pandoc, which will be downloaded automatically from HackageDB. @@ -325,7 +325,6 @@ 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: |
