From 51536ca88814aa21bf3f38eb5d87f51858b7501b Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Wed, 1 Nov 2006 06:29:22 +0000 Subject: Renamed OSX-Welcome as Welcome. git-svn-id: https://pandoc.googlecode.com/svn/trunk@56 788f1e2b-df1e-0410-8736-df70ead52e1b --- osx/OSX-Welcome | 9 --------- osx/Welcome | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 osx/OSX-Welcome create mode 100644 osx/Welcome (limited to 'osx') 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 - 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 + -- cgit v1.2.3