aboutsummaryrefslogtreecommitdiff
path: root/osx/OSX-Welcome
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-01 06:27:47 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2006-11-01 06:27:47 +0000
commitde7ea8576dc4d5f0a698e34ee01d7e93fc3c63b7 (patch)
treed7bc695ef5483985739e781290b4d2f81380f4c0 /osx/OSX-Welcome
parent76bd231a70a29034bf420153f6ee5d1195a3fe7f (diff)
downloadpandoc-de7ea8576dc4d5f0a698e34ee01d7e93fc3c63b7.tar.gz
Added osx directory for source files for Mac OS X package,
to reduce clutter at top level. git-svn-id: https://pandoc.googlecode.com/svn/trunk@54 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'osx/OSX-Welcome')
-rw-r--r--osx/OSX-Welcome9
1 files changed, 9 insertions, 0 deletions
diff --git a/osx/OSX-Welcome b/osx/OSX-Welcome
new file mode 100644
index 000000000..61e145868
--- /dev/null
+++ b/osx/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
+