diff options
| author | Michel Etienne | 2014-04-01 15:14:45 +0200 |
|---|---|---|
| committer | Michel Etienne | 2014-04-01 15:14:45 +0200 |
| commit | 3569b68bdf88b27b0ad4e1c0059efe432b89ae14 (patch) | |
| tree | ae0bea0798688e41eec1d59297bec570bf4d0d21 /README.md | |
| parent | 8ef4043366c8efd74fa41b9a0892ce56682285d2 (diff) | |
| download | chouette-core-3569b68bdf88b27b0ad4e1c0059efe432b89ae14.tar.bz2 | |
update to version 2.3.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -60,9 +60,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.2.0/chouette-gui-command-2.2.0.zip -unzip chouette-gui-command-2.2.0.zip -cd chouette-cmd_2.2.0 +wget http://maven.chouette.cityway.fr/fr/certu/chouette/chouette-gui-command/2.3.0/chouette-gui-command-2.3.0.zip +unzip chouette-gui-command-2.3.0.zip +cd chouette-cmd_2.3.0 sudo chmod a+w . ``` @@ -71,7 +71,7 @@ Install web application Get git source code : ```sh cd -git clone -b V2_2 git://github.com/afimb/chouette2 +git clone -b V2_3 git://github.com/afimb/chouette2 cd chouette2 ``` Download gem librairies |
