diff options
Diffstat (limited to 'osx/OSX-Welcome')
-rw-r--r-- | osx/OSX-Welcome | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/osx/OSX-Welcome b/osx/OSX-Welcome deleted file mode 100644 index 61e145868..000000000 --- a/osx/OSX-Welcome +++ /dev/null @@ -1,9 +0,0 @@ -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 - |