Update
authorJakub Skoczen <jakub@indexdata.dk>
Thu, 7 Jun 2012 13:11:48 +0000 (15:11 +0200)
committerJakub Skoczen <jakub@indexdata.dk>
Thu, 7 Jun 2012 13:11:48 +0000 (15:11 +0200)
README

diff --git a/README b/README
index 54ba1b3..d27f59b 100644 (file)
--- a/README
+++ b/README
@@ -6,7 +6,7 @@ Unix
 You will need the JDK, maven, swig and yaz development packages.
 Consult your package manager on how to install those.
 
 You will need the JDK, maven, swig and yaz development packages.
 Consult your package manager on how to install those.
 
-'yaz-config' is assumed to be on the Path, if it isn't or if local yaz
+'yaz-config' is assumed to be on the PATH, if it isn't or if local yaz
 installation is to be used it's location can be forced with:
 
 mvn -Dyaz.config=/path/to/yaz-config install
 installation is to be used it's location can be forced with:
 
 mvn -Dyaz.config=/path/to/yaz-config install
@@ -23,4 +23,5 @@ can be overriden through:
 
 mvn -Dyaz.path=/path/to/yaz/installation -Dswig=/path/to/swig/binary install
 
 
 mvn -Dyaz.path=/path/to/yaz/installation -Dswig=/path/to/swig/binary install
 
-Use the command prompt provided with the Windows SDK.
+Use the command prompt provided with the Windows SDK. Yaz/bin directory must
+be on the Path.