diff --git a/source/update/source-code.html.md b/source/update/source-code.html.md index 320d2df..cf4e393 100644 --- a/source/update/source-code.html.md +++ b/source/update/source-code.html.md @@ -13,7 +13,7 @@ git checkout PLUME_VERSION # Skip this step if you want to use master, and not a # Build the front-end (using tagged release <= 0.6.0) cargo web deploy -p plume-front -# Build the front-end (using tagged release >= 0.6.1) +# Build the front-end (using tagged release >= 0.6.1 OR using default branch) cargo install wasm-pack wasm-pack build --target web --release plume-front