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
+1 -1
View File
@@ -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: