Add clarification
This commit is contained in:
parent
d3ea4d3e86
commit
338552b25d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue