blob: 5b075ac50d56ce8432c3b09ba27afdbe17114537 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|