update diesel install
parent
2afe17f1c0
commit
c30653f6fc
|
@ -15,7 +15,7 @@ whichever works
|
||||||
##### Diesel Schema Setup
|
##### Diesel Schema Setup
|
||||||
```
|
```
|
||||||
# install diesel cli
|
# install diesel cli
|
||||||
cargo install diesel_cli
|
cargo install diesel_cli --no-default-features --features mysql
|
||||||
|
|
||||||
# run migrations
|
# run migrations
|
||||||
diesel migration run
|
diesel migration run
|
||||||
|
|
Loading…
Reference in New Issue