Add clarification

This commit is contained in:
iamdoubz 2021-02-16 17:11:52 +00:00
parent d3ea4d3e86
commit 338552b25d

View file

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