pandoc/osx/Welcome
fiddlosopher 309a15010c Changes related to osx packaging:
+ Simplified osx-dmg target, which need not be built as root.
+ Made osx-pkg and osx-pkg-prep non-.PHONY, plus a few other minor
  changes to make the dependencies work correctly.
+ Removed \< from the sed regex in cabalize; this is not support in
  BSD sed.
+ Changed path information in osx/Welcome and message in uninstall-pandoc.


git-svn-id: https://pandoc.googlecode.com/svn/trunk@67 788f1e2b-df1e-0410-8736-df70ead52e1b
2006-11-02 03:30:47 +00:00

13 lines
501 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=$PATH:/usr/local/bin
export MANPATH=$MANPATH:/usr/local/share/man
To uninstall Pandoc at any time, use the following command:
sudo /usr/local/bin/uninstall-pandoc