Fix typo in README
authorMathieu <mbaudier@argeo.org>
Tue, 21 Feb 2023 10:42:50 +0000 (11:42 +0100)
committerMathieu <mbaudier@argeo.org>
Tue, 21 Feb 2023 10:42:50 +0000 (11:42 +0100)
README

diff --git a/README b/README
index d93de91ea4ad94cfc5cf571e169c29b1bc866adf..1a46cb57b3ecc44839a677088fbce5013d62e46e 100644 (file)
--- a/README
+++ b/README
@@ -13,9 +13,9 @@ Then, run:
 
 git clone http://git.argeo.org/lgpl/argeo-commons.git --recursive
 export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64/
-./argeo-tp/configure
+./argeo-commons/configure
 
-cd argeo-tp
+cd argeo-commons
 make clean all
 
 In order to use it within an Eclipse PDE environment: