diff options
Diffstat (limited to 'osx/Welcome')
-rw-r--r-- | osx/Welcome | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/osx/Welcome b/osx/Welcome index 61e145868..3acc7efd7 100644 --- a/osx/Welcome +++ b/osx/Welcome @@ -7,3 +7,7 @@ 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 + |