diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-11-08 17:27:49 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2006-11-08 17:27:49 +0000 |
commit | 30734c8d60405faed0f98fad88149efb86a05771 (patch) | |
tree | 32b678b15d4f1ccac4a400a1738ee481c6b6b2c2 /web | |
parent | 30405f3764615f60dd63488d9b9a97e23b7c19a9 (diff) | |
download | pandoc-30734c8d60405faed0f98fad88149efb86a05771.tar.gz |
+ 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 'web')
-rw-r--r-- | web/index.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/web/index.txt b/web/index.txt index 8626b1854..f660070ba 100644 --- a/web/index.txt +++ b/web/index.txt @@ -22,18 +22,20 @@ To install, unpack the archive and follow the instructions in the **MacOS X binary package:** [`@OSX_DMG_NAME@`](@OSX_DMG_NAME@). To install, just double-click the package icon in the disk -image. See the [installation notes](Welcome) for important -information about setting your `PATH`. +image. See the [installation notes](osx-notes.html) for important +information about setting your `PATH`. Note: This package was +compiled on a G4 Mac; it will work on an Intel Mac via emulation. **Debian binary package:** [`@DEB_NAME@`](@DEB_NAME@). -To install (on x86 Debian-based linux systems only), run `dpkg -i -@DEB_NAME@` as root. +To install (on x86 Debian-based linux systems only): + + sudo dpkg -i @DEB_NAME@ **Repository:** Pandoc has a publicly accesible subversion repository at Google Code (<http://code.google.com/p/pandoc>). To check out the latest, bleeding-edge source code: - svn checkout http://pandoc.googlecode.com/svn/trunk/ pandoc + svn checkout http://pandoc.googlecode.com/svn/trunk/ pandoc **Bugs:** You may view existing bug reports and submit new ones at <http://code.google.com/p/pandoc/issues/list>. |