diff options
Diffstat (limited to 'osx/Welcome')
-rw-r--r-- | osx/Welcome | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/osx/Welcome b/osx/Welcome index 3acc7efd7..5b075ac50 100644 --- a/osx/Welcome +++ b/osx/Welcome @@ -4,8 +4,8 @@ to use `pandoc` and the associated wrapper scripts, you must have 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 + export PATH=$PATH:/usr/local/bin + export MANPATH=$MANPATH:/usr/local/share/man To uninstall Pandoc at any time, use the following command: |