Merge pull request 'Update documentation on updating instance' (#126) from wasmpack into main

Reviewed-on: #126
pull/127/head
KitaitiMakoto 3 years ago
commit 4fcbc66a28

@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (5.2.5)
activesupport (5.2.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
@ -33,7 +33,7 @@ GEM
concurrent-ruby (~> 1.0)
kramdown (2.3.1)
rexml
libv8 (8.4.255.0)
libv8-node (15.14.0.1)
listen (3.0.8)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
@ -75,8 +75,8 @@ GEM
middleman-syntax (3.2.0)
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_racer (0.3.1)
libv8 (~> 8.4.255)
mini_racer (0.4.0)
libv8-node (~> 15.14.0.0)
minitest (5.14.4)
padrino-helpers (0.13.3.4)
i18n (~> 0.6, >= 0.6.7)

@ -11,7 +11,8 @@ git pull origin master
git checkout PLUME_VERSION # Skip this step if you want to use master, and not a tagged release
# Build the front-end
cargo web deploy -p plume-front
cargo install wasm-pack
wasm-pack build --target web --release plume-front
# Update plm
cargo install --path plume-cli --force --features DATABASE

Loading…
Cancel
Save