Update source/update.html.md

Co-Authored-By: maximesrd <maximesrd@maximesourdin.ovh>
This commit is contained in:
fdb-hiroshima 2019-04-10 17:47:49 +02:00 committed by GitHub
parent 0877179d36
commit 29318db52a

View file

@ -11,7 +11,7 @@ Replace DATABASE with either postgres or sqlite depending on what you want to us
```bash
git pull origin master
cargo web deploy -p plume-front
cargo install --force && cargo install --path plume-cli --force --features DATABASE
cargo install --force --no-default-features --features DATABASE && cargo install --path plume-cli --force --features DATABASE
# Run the migrations
diesel migration run