mirror of
https://github.com/uqbar-dao/nectar.git
synced 2025-01-08 18:52:49 +03:00
Update README.md
This commit is contained in:
parent
c74dd520e8
commit
252e4c5d0a
@ -13,7 +13,7 @@ Make sure the two repos are next to each other in your directory structure.
|
||||
|
||||
# Get some stuff so we can build wasm.
|
||||
|
||||
cd uqbar/
|
||||
cd uqbar
|
||||
cargo install wasm-tools
|
||||
rustup install nightly
|
||||
rustup target add wasm32-wasi
|
||||
@ -23,7 +23,6 @@ cargo install --git https://github.com/bytecodealliance/cargo-component --locked
|
||||
|
||||
# Build the runtime, along with a number of booted-at-startup WASM modules including terminal and key_value
|
||||
# OPTIONAL: --release flag
|
||||
cd uqbar
|
||||
cargo +nightly build --release
|
||||
|
||||
# Create the home directory for your node
|
||||
|
Loading…
Reference in New Issue
Block a user