diff options
| author | Michel Etienne | 2013-07-01 09:29:16 +0200 |
|---|---|---|
| committer | Michel Etienne | 2013-07-01 09:29:16 +0200 |
| commit | b7b58ecaa5589ed7c09868d81d33c4c282bac268 (patch) | |
| tree | c333f51a2c5caacf705a6cb15bc183dfc19b2c53 /README.md | |
| parent | e8f8d98b66d3dc912a8ccc253f46b705d77f7db7 (diff) | |
| download | chouette-core-b7b58ecaa5589ed7c09868d81d33c4c282bac268.tar.bz2 | |
finalize KML export
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 . ``` |
