diff options
| author | Albert Krewinkel <[email protected]> | 2023-03-31 20:53:07 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2023-03-31 20:54:16 +0200 |
| commit | 0d038fccf4fb44893f98a254796d2a8ffbb2321d (patch) | |
| tree | b332e6f42ec031e00bc4205b49846ef437b83191 /INSTALL.md | |
| parent | 3f7c17ce163c3723ba6b6f6f4374426a16ec9866 (diff) | |
Fix cabal install instructions.
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md index f443533f8..22b8ab91d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -235,11 +235,10 @@ The easiest way to build pandoc from source is to use [stack][stack]: on linux/unix/macOS and in `%APPDATA%\cabal\bin` on Windows. Make sure this directory is in your path. - If you want to install a modified or development version - of pandoc instead, switch to the source directory and do - as above, but without the 'pandoc': - - cabal install + If you want to install a modified or development version of + pandoc instead, switch to the source directory before running + the above command -- cabal will use the local code for all + projects mentioned in the `cabal.project`. 4. You should now be able to run `pandoc`: |
