Fix diesel_cli version in INSTALL.md

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

View file

@ -14,7 +14,7 @@ cd Plume
rustup toolchain install nightly
rustup toolchain default nightly
rustup update
cargo install diesel_cli --no-default-features --features postgres # we dont need to compile anything else than pgsql
cargo install diesel_cli --no-default-features --features postgres --version '=1.2.0' # we dont need to compile anything else than pgsql
```
## Now, if you want to run postgresql on the same server: