update diesel install

main
Zynh0722 2023-11-14 23:38:27 -08:00
parent 2afe17f1c0
commit c30653f6fc
1 changed files with 1 additions and 1 deletions

View File

@ -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