diff options
author | Mauro Bieg <mb21@users.noreply.github.com> | 2016-02-26 20:55:55 +0100 |
---|---|---|
committer | Mauro Bieg <mb21@users.noreply.github.com> | 2016-02-26 20:55:55 +0100 |
commit | 752be50ea531368455ed6774c9df681f59aa8e68 (patch) | |
tree | ba82a32b32b78fcd0a4f1f94ff3700862f2bb4df /INSTALL | |
parent | a7a0b452a5f3ac3e1897c1f56758731f82a12f2f (diff) | |
download | pandoc-752be50ea531368455ed6774c9df681f59aa8e68.tar.gz |
Add relocatable stack build
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |