summaryrefslogtreecommitdiff
path: root/osx/Welcome
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-01 06:29:22 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-01 06:29:22 +0000
commit51536ca88814aa21bf3f38eb5d87f51858b7501b (patch)
treef1a9838afe5c8b3de46efc63dd08b85007b9763b /osx/Welcome
parent4eec413b664994b63e8fd11683e521b70acffa68 (diff)
Renamed OSX-Welcome as Welcome.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@56 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'osx/Welcome')
-rw-r--r--osx/Welcome9
1 files changed, 9 insertions, 0 deletions
diff --git a/osx/Welcome b/osx/Welcome
new file mode 100644
index 000000000..61e145868
--- /dev/null
+++ b/osx/Welcome
@@ -0,0 +1,9 @@
+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
+