diff options
| author | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-05 07:25:50 +0000 | 
|---|---|---|
| committer | roktas <roktas@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-05 07:25:50 +0000 | 
| commit | 20404344897ffdc3febb01240f3eab51528ec055 (patch) | |
| tree | 68a07b0840247bc5b5fd0e13a2018958c9905f7f | |
| parent | d4370154ff285073526837b396ebac3754dff407 (diff) | |
| download | pandoc-20404344897ffdc3febb01240f3eab51528ec055.tar.gz | |
Fix the wrapper usage instruction in INSTALL.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@421 788f1e2b-df1e-0410-8736-df70ead52e1b
| -rw-r--r-- | INSTALL | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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: | 
