aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMarc Florisson2014-02-28 12:26:20 +0100
committerMarc Florisson2014-02-28 12:26:20 +0100
commit8fe441faebd179abed75baec483c59f75abab163 (patch)
treec3e2f34fbf8c209aa6cf3dc5d02209ae56a35918 /README.md
parentf5b4b2b495b73d95c65c536c789f88a117d20d08 (diff)
downloadchouette-core-8fe441faebd179abed75baec483c59f75abab163.tar.bz2
fix README.md, remove useless command
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2913c5ae3..3883531af 100644
--- a/README.md
+++ b/README.md
@@ -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 .
```