From 9cb4b18b1e9eb8670329c622aa06ef2e73be5c97 Mon Sep 17 00:00:00 2001 From: "nick.kino" <79381743+nick1udwig@users.noreply.github.com> Date: Mon, 3 Jun 2024 10:55:49 -0700 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8967cd63..ff3b164a 100644 --- a/README.md +++ b/README.md @@ -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 ```