mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-12-20 09:06:33 +00:00
Fix diesel_cli version in INSTALL.md
This commit is contained in:
parent
b963fab45f
commit
184e898360
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue