diff options
author | John MacFarlane <jgm@berkeley.edu> | 2013-08-31 09:41:48 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2013-08-31 09:41:59 -0700 |
commit | ebd2eb30d284b816519c4d416e5382bb1bd2b16a (patch) | |
tree | 7ef5478228a880041dad40280cd198cab9a007aa /INSTALL | |
parent | 4e4c948b417a597f17bd8be12b6e981a87f00506 (diff) | |
download | pandoc-ebd2eb30d284b816519c4d416e5382bb1bd2b16a.tar.gz |
INSTALL: Added instructions for pandoc-citeproc.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -53,6 +53,12 @@ Quick install man pandoc +6. If you want to process citations with pandoc, you will also need to + install a separate package, `pandoc-citeproc`. This can be installed + using cabal: + + cabal install pandoc-citeproc + [GHC]: http://www.haskell.org/ghc/ [Haskell platform]: http://hackage.haskell.org/platform/ [cabal-install]: http://hackage.haskell.org/trac/hackage/wiki/CabalInstall |