diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2013-08-15 20:06:26 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2013-08-15 20:06:26 -0700 |
commit | fdbbbfc9a4dac1b2475262573b4dd1242d5a40a2 (patch) | |
tree | 9db03224bc0dfc08bc2eba2201a51b2f580e220f /INSTALL | |
parent | e21d548948484d5ba07f00f8326907e06f2c274d (diff) | |
download | pandoc-fdbbbfc9a4dac1b2475262573b4dd1242d5a40a2.tar.gz |
Improved INSTALL instructions:
* Note binary package for OSX.
* Added URL of github wiki page on installing the dev version.
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -3,7 +3,10 @@ These instructions explain how to install pandoc from source. Binary packages or ports of pandoc are available for freebsd and several linux distributions, so check your package manager. -There is also a Windows installer. +There are also binary installers for Windows and Mac OS X. + +If you are installing the development version from github, see also: +https://github.com/jgm/pandoc/wiki/Installing-the-development-version-of-pandoc Quick install ------------- |