From 338552b25d5b0360e0d35e15b7a8e2700865c5ae Mon Sep 17 00:00:00 2001 From: iamdoubz Date: Tue, 16 Feb 2021 17:11:52 +0000 Subject: [PATCH] Add clarification --- source/update/source-code.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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