summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-05 07:25:50 +0000
committerroktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-05 07:25:50 +0000
commit20404344897ffdc3febb01240f3eab51528ec055 (patch)
tree68a07b0840247bc5b5fd0e13a2018958c9905f7f /INSTALL
parentd4370154ff285073526837b396ebac3754dff407 (diff)
Fix the wrapper usage instruction in INSTALL.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@421 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 70c4b15c6..32a19018a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -41,7 +41,7 @@ X). If you're using Windows, you can install [Cygwin].
your path to include the build directory, so that the scripts will
find the version of `pandoc` you have just built. So, for example:
- PATH=$PATH:. ./html2markdown http://haskell.org
+ PATH=.:$PATH html2markdown http://haskell.org
4. Install: