diff options
| author | Luc Donnet | 2018-01-05 15:41:20 +0100 | 
|---|---|---|
| committer | Luc Donnet | 2018-01-05 15:41:20 +0100 | 
| commit | be549d0bea6f5a3c8b85e15de52ccfcec3cb4024 (patch) | |
| tree | 86b0f54239d7768f0ca06b78505285010f5a36d4 | |
| parent | e11d23cfd4c114d1bf5fcb0c4168c8a20f218d75 (diff) | |
| download | chouette-core-be549d0bea6f5a3c8b85e15de52ccfcec3cb4024.tar.bz2 | |
Change db:seed call in INSTALL.md
| -rw-r--r-- | INSTALL.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/INSTALL.md b/INSTALL.md index 28ffdeb4d..5ed8ca9f1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -137,7 +137,7 @@ RAILS_ENV=test bundle exec rake db:create db:migrate  #### Load seed datas  ```sh -bundle exec rake db:seed +bundle exec rake db:seed:stif  ```  #### Synchronise datas with lines and stop areas referentials | 
