summaryrefslogtreecommitdiff
path: root/osx/Welcome
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-08 17:27:49 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-08 17:27:49 +0000
commit30734c8d60405faed0f98fad88149efb86a05771 (patch)
tree32b678b15d4f1ccac4a400a1738ee481c6b6b2c2 /osx/Welcome
parent30405f3764615f60dd63488d9b9a97e23b7c19a9 (diff)
+ Changes to osx/Welcome:
- removed hardcoded references to /usr/local - added title + Minor changes to website build process. git-svn-id: https://pandoc.googlecode.com/svn/trunk@84 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'osx/Welcome')
-rw-r--r--osx/Welcome15
1 files changed, 10 insertions, 5 deletions
diff --git a/osx/Welcome b/osx/Welcome
index 5b075ac50..4733cb347 100644
--- a/osx/Welcome
+++ b/osx/Welcome
@@ -1,13 +1,18 @@
+% OS X Installation Notes
+
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
+`@PREFIX@/bin` in your `PATH.` To add `@PREFIX@/bin` to your
default path, add these lines to the end of `.profile` in your home
-directory and open a new terminal window:
+directory:
+
+ export PATH=$PATH:@PREFIX@/bin
+ export MANPATH=$MANPATH:@PREFIX@/share/man
- export PATH=$PATH:/usr/local/bin
- export MANPATH=$MANPATH:/usr/local/share/man
+You will have to open a new terminal window for these changes
+to take effect.
To uninstall Pandoc at any time, use the following command:
- sudo /usr/local/bin/uninstall-pandoc
+ sudo @PREFIX@/bin/uninstall-pandoc