Fix diesel_cli version in INSTALL.md
This commit is contained in:
parent
b963fab45f
commit
184e898360
@ -14,7 +14,7 @@ cd Plume
|
|||||||
rustup toolchain install nightly
|
rustup toolchain install nightly
|
||||||
rustup toolchain default nightly
|
rustup toolchain default nightly
|
||||||
rustup update
|
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:
|
## Now, if you want to run postgresql on the same server:
|
||||||
|
Loading…
Reference in New Issue
Block a user