mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-26 11:53:31 +03:00
update readme with new build instructions
This commit is contained in:
parent
343a2ce9b0
commit
9bb79d00e4
@ -7,6 +7,7 @@ Last updated: 10/02/23
|
||||
# Clone the repo.
|
||||
|
||||
git clone git@github.com:uqbar-dao/uqbar.git
|
||||
git clone git@github.com:uqbar-dao/redb.git
|
||||
|
||||
# Get some stuff so we can build wasm.
|
||||
|
||||
@ -19,6 +20,7 @@ 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