Update README.md

This commit is contained in:
nick.kino 2024-06-03 10:55:49 -07:00 committed by GitHub
parent 9cbf1306e8
commit 9cb4b18b1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,8 +37,9 @@ rustup target add wasm32-wasi
rustup target add wasm32-wasi --toolchain nightly
cargo install cargo-wasi
# Build the runtime, along with a number of "distro" WASM modules
# OPTIONAL: --release flag
# Build the runtime, along with a number of "distro" WASM modules.
# The compiled binary will be at `kinode/target/debug/kinode`
# OPTIONAL: --release flag (slower build; faster runtime; binary at `kinode/target/release/kinode`)
cargo +nightly build -p kinode
```