diff options
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -11,7 +11,7 @@ https://github.com/jgm/pandoc/wiki/Installing-the-development-version-of-pandoc Quick install with stack ------------------------ -1. Install [stack](https://github.com/commercialhaskell/stack/wiki/Downloads). +1. Install [stack](http://docs.haskellstack.org/en/stable/install_and_upgrade.html). 2. If you used git to get the pandoc source (as opposed to unpacking a release tarball), do @@ -180,6 +180,10 @@ can be run from any directory and is completely self-contained. You can find the pandoc executable in `dist/build/pandoc`. Copy this wherever you please. +Or alternatively with `stack`: + + stack install pandoc --flag pandoc:embed_data_files + [zip-archive]: http://hackage.haskell.org/package/zip-archive [highlighting-kate]: http://hackage.haskell.org/package/highlighting-kate [blaze-html]: http://hackage.haskell.org/package/blaze-html |