update diesel install
This commit is contained in:
parent
2afe17f1c0
commit
c30653f6fc
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ whichever works
|
|||
##### Diesel Schema Setup
|
||||
```
|
||||
# install diesel cli
|
||||
cargo install diesel_cli
|
||||
cargo install diesel_cli --no-default-features --features mysql
|
||||
|
||||
# run migrations
|
||||
diesel migration run
|
||||
|
|
Loading…
Reference in a new issue