summaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2023-02-01 15:09:30 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2023-02-01 15:09:30 -0800
commitfc15602e157d5d49f32bb7044ab243e0291eedf0 (patch)
treefd1945389ed426f022f2fd0d7f182bad0187003b /INSTALL.md
parentc0d34b557cb86cd09d86a5d6982cbe938ddb34d5 (diff)
More tweaks on INSTALL.md.
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/INSTALL.md b/INSTALL.md
index ca3c0abe6..f443533f8 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -205,10 +205,9 @@ The easiest way to build pandoc from source is to use [stack][stack]:
1. Install [stack][stack]. Note that Pandoc requires stack >= 1.7.0.
-2. Change to the pandoc source directory and issue the following commands:
-
+2.
stack setup
- stack install
+ stack install pandoc-cli
`stack setup` will automatically download the ghc compiler
if you don't have it. `stack install` will install the