diff options
| author | John MacFarlane <[email protected]> | 2023-02-01 14:58:14 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-02-01 14:58:14 -0800 |
| commit | c0d34b557cb86cd09d86a5d6982cbe938ddb34d5 (patch) | |
| tree | 4c12661c3c933bf960a61a61599325fe73d66088 /INSTALL.md | |
| parent | 1a7146ba701fe383c268820eff0dd43af0ce2d7f (diff) | |
INSTALL: direct people to cabal install pandoc-cli.
Diffstat (limited to 'INSTALL.md')
| -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: |
