diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2023-02-01 15:09:30 -0800 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2023-02-01 15:09:30 -0800 |
| commit | fc15602e157d5d49f32bb7044ab243e0291eedf0 (patch) | |
| tree | fd1945389ed426f022f2fd0d7f182bad0187003b | |
| parent | c0d34b557cb86cd09d86a5d6982cbe938ddb34d5 (diff) | |
More tweaks on INSTALL.md.
| -rw-r--r-- | INSTALL.md | 5 |
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 |
