aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichel Etienne2013-07-01 09:29:16 +0200
committerMichel Etienne2013-07-01 09:29:16 +0200
commitb7b58ecaa5589ed7c09868d81d33c4c282bac268 (patch)
treec333f51a2c5caacf705a6cb15bc183dfc19b2c53 /README.md
parente8f8d98b66d3dc912a8ccc253f46b705d77f7db7 (diff)
downloadchouette-core-b7b58ecaa5589ed7c09868d81d33c4c282bac268.tar.bz2
finalize KML export
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index eec3660eb..2759be596 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ Install [JRuby] (https://github.com/dryade/chouette2/blob/master/doc/install/jru
Get git code :
```sh
cd workspace
-git clone -b V2_0_3 git://github.com/dryade/chouette2
+git clone -b V2_1_0 git://github.com/dryade/chouette2
cd chouette2
```
@@ -62,9 +62,9 @@ Install chouette-gui-command to import and export transport offer :
```sh
sudo mkdir -p /usr/local/opt/chouette-command/
cd /usr/local/opt/chouette-command/
-wget http://chouette.dryade.net/chouette-cmd_2.0.3.zip
-unzip chouette-cmd_2.0.3.zip
-cd chouette-cmd_2.0.3
+wget http://chouette.dryade.net/chouette-cmd_2.1.0.zip
+unzip chouette-cmd_2.1.0.zip
+cd chouette-cmd_2.1.0
sudo chmod a+w .
```
@@ -91,9 +91,9 @@ Install chouette-gui-command to import and export transport offer :
```sh
sudo mkdir -p tmp/chouette-command/
cd tmp/chouette-command/
-wget http://chouette.dryade.net/chouette-cmd_2.0.3.zip
-unzip chouette-cmd_2.0.3.zip
-cd chouette-cmd_2.0.3
+wget http://chouette.dryade.net/chouette-cmd_2.1.0.zip
+unzip chouette-cmd_2.1.0.zip
+cd chouette-cmd_2.1.0
sudo chmod a+w .
```