From 29318db52a001a811d1e96e829bb51d2a0fc732c Mon Sep 17 00:00:00 2001 From: fdb-hiroshima <35889323+fdb-hiroshima@users.noreply.github.com> Date: Wed, 10 Apr 2019 17:47:49 +0200 Subject: [PATCH] Update source/update.html.md Co-Authored-By: maximesrd --- source/update.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/update.html.md b/source/update.html.md index 7480229..b294ad6 100644 --- a/source/update.html.md +++ b/source/update.html.md @@ -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