1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00

Update README.md (#579)

This commit is contained in:
Leonel Sanches 2022-11-04 15:11:36 -07:00 committed by GitHub
parent 6f763395d7
commit 1e1767135d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,7 @@ cd databases/diesel
cargo install diesel_cli --no-default-features --features sqlite
echo "DATABASE_URL=test.db" > .env
diesel setup
diesel migration run
```