diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-20 11:06:58 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-07-20 11:06:58 -0700 |
commit | 93877e5a2290ea9e67e2047d3876fc0b7699b4ff (patch) | |
tree | cb22dc91e2f3a046099eb97ae6ad809eca1ff898 /INSTALL | |
parent | a5df042e28e01dc6e70bbd1019b15d94cf9f06a9 (diff) | |
download | pandoc-93877e5a2290ea9e67e2047d3876fc0b7699b4ff.tar.gz |
Added info about CABALDIR.
Modified from a patch by achalddave.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ now be able to run `pandoc`: pandoc --help + [Not sure where `$CABALDIR` is?](http://www.haskell.org/haskellwiki/Cabal-Install#The_cabal-install_configuration_file) + 4. Make sure the `$CABALDIR/share/man/man1` directory is in your `MANPATH`. You should now be able to access the `pandoc` man page: |