Skip to content

Commit

Permalink
Fix diesel_cli version in DEVELOPMENT.md
Browse files Browse the repository at this point in the history
  • Loading branch information
elegaanz committed Jul 17, 2018
1 parent 184e898 commit cfca504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfca504

Please sign in to comment.