Add clarification

main
iamdoubz 3 years ago
parent d3ea4d3e86
commit 338552b25d

@ -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

Loading…
Cancel
Save