From 20404344897ffdc3febb01240f3eab51528ec055 Mon Sep 17 00:00:00 2001
From: roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b>
Date: Fri, 5 Jan 2007 07:25:50 +0000
Subject: [PATCH] Fix the wrapper usage instruction in INSTALL.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@421 788f1e2b-df1e-0410-8736-df70ead52e1b
---
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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: