aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichel Etienne2015-01-09 17:40:47 +0100
committerMichel Etienne2015-01-09 17:40:47 +0100
commit4574ad2fb9d1622396d86aa26074930f5cfa5c16 (patch)
tree29fd5dd7a482dfe621a173f8e37a9699206c8842 /README.md
parent83f9d8cf48fb832b43f0ea08d6ee53eef1be734a (diff)
downloadchouette-core-4574ad2fb9d1622396d86aa26074930f5cfa5c16.tar.bz2
add tests for hub export
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index b23eb3e2e..bd6988f9b 100644
--- a/README.md
+++ b/README.md
@@ -65,9 +65,9 @@ Assume Linux user is myuser and its group mygroup (that user is the one who star
sudo mkdir -p /usr/local/opt/chouette-command/
sudo chown -R myuser:mygroup /usr/local/opt/chouette-command/
cd /usr/local/opt/chouette-command/
-wget http://maven.chouette.cityway.fr/fr/certu/chouette/chouette-gui-command/2.5.1/chouette-gui-command-2.5.1.zip
-unzip chouette-gui-command-2.5.1.zip
-cd chouette-cmd_2.5.1
+wget http://maven.chouette.cityway.fr/fr/certu/chouette/chouette-gui-command/2.5.2/chouette-gui-command-2.5.2.zip
+unzip chouette-gui-command-2.5.2.zip
+cd chouette-cmd_2.5.2
sudo chmod a+w .
```