diff options
| author | Marc Florisson | 2014-02-28 12:26:20 +0100 |
|---|---|---|
| committer | Marc Florisson | 2014-02-28 12:26:20 +0100 |
| commit | 8fe441faebd179abed75baec483c59f75abab163 (patch) | |
| tree | c3e2f34fbf8c209aa6cf3dc5d02209ae56a35918 /README.md | |
| parent | f5b4b2b495b73d95c65c536c789f88a117d20d08 (diff) | |
| download | chouette-core-8fe441faebd179abed75baec483c59f75abab163.tar.bz2 | |
fix README.md, remove useless command
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -55,14 +55,13 @@ Installation Install chouette-gui-command to import, export and validate transport offer, -Assume Linux user is myuser and its group mygroup +Assume Linux user is myuser and its group mygroup (that user is the one who starts Rails server) ```sh 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 -mv chouette-gui-command-2.2.0.zip chouette-cmd_2.2.0 cd chouette-cmd_2.2.0 sudo chmod a+w . ``` |
