From ec657b02ac273a3820ab6198f3e6ad4f2542259e Mon Sep 17 00:00:00 2001 From: Eric Gregory Date: Mon, 11 Nov 2024 17:35:39 -0500 Subject: [PATCH] docs: update installation from source instructions Signed-off-by: Eric Gregory --- docs/installation.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/installation.mdx b/docs/installation.mdx index 0ac28adc..81f22525 100644 --- a/docs/installation.mdx +++ b/docs/installation.mdx @@ -540,8 +540,9 @@ GitHub and built locally with a Rust toolchain. ```bash git clone https://github.com/wasmCloud/wasmCloud.git -cd crates/wash-cli +cd wasmCloud/crates/wash-cli cargo build --release +cd ../.. ./target/release/wash ```