Fix diesel_cli version in DEVELOPMENT.md

This commit is contained in:
Baptiste Gelez 2018-07-17 22:36:47 +02:00 committed by GitHub
parent 184e898360
commit cfca504592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ When you will launch Plume for the first time, it will setup the database by its
To run migrations and correctly setup the database, Plume use the `diesel` CLI tool under the hood. Therefore you should install it before running Plume. If this was your time installing Rust, you will probably need to run that using `cargo`. `cargo` is installed with `rustc` so if you followed the earlier instructions it will already be available.
```
cargo install diesel_cli
cargo install diesel_cli --version '=1.2.0'
```
#### Running Plume