diff options
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/INSTALL.md b/INSTALL.md index 88687f034..d52afaf2a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -215,8 +215,6 @@ The easiest way to build pandoc from source is to use [stack][stack]: `pandoc` executable into `~/.local/bin`, which you should add to your `PATH`. This process will take a while, and will consume a considerable amount of disk space. - If you also want the `pandoc-server` executable, add - `--flag pandoc:server` to the above command. ### Quick cabal method @@ -238,9 +236,6 @@ 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 also want the `pandoc-server` executable, add - `-fserver` to the above command. - 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': @@ -292,7 +287,9 @@ You will need cabal version 2.0 or higher. - `lua53`: embed support for Lua 5.3 instead of 5.4. - - `server`: build the `pandoc-server` executable. + - `server`: compile in support for running in HTTP server + mode when the executable is renamed (or symlinked as) + `pandoc-server`. 3. Build: |
