Update README.md

This commit is contained in:
dr-frmr 2023-10-16 17:53:42 -04:00 committed by GitHub
parent c74dd520e8
commit 252e4c5d0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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