pandoc/osx/Welcome
fiddlosopher b14874fe18 Added uninstall-pandoc script to Mac OS X package.
Added information about uninstalling to Welcome message.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@62 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-11-01 08:29:13 +00:00

13 lines
495 B
Text

Pandoc will be installed into your `@PREFIX@` directory. In order
to use `pandoc` and the associated wrapper scripts, you must have
`/usr/local/bin` in your `PATH.` To add `/usr/local/bin` to your
default path, add these lines to the end of `.profile` in your home
directory and open a new terminal window:
export PATH=/usr/local/bin:$PATH
export MANPATH=/usr/local/man:$MANPATH
To uninstall Pandoc at any time, use the following command:
sudo /usr/local/bin/uninstall-pandoc