diff --git a/source/installation/with/source-code.html.md b/source/installation/with/source-code.html.md index 966421a..5963993 100644 --- a/source/installation/with/source-code.html.md +++ b/source/installation/with/source-code.html.md @@ -18,7 +18,7 @@ cargo +stable install diesel_cli --no-default-features --features DATABASE --ver # Build the front-end cargo install cargo-web -cargo web deploy -p plume-front +cargo web deploy -p plume-front --release # Build the back-end, replacing DATABASE either with # postgres or sqlite depending on what you want to use