From ec9eb2aa47c2f2f18ccc965aae2d0b1101d48577 Mon Sep 17 00:00:00 2001 From: vimystic <122659254+vimystic@users.noreply.github.com> Date: Thu, 17 Oct 2024 14:27:00 +0000 Subject: [PATCH] chore:update-setup --- .../versioned_docs/version-v0.50.x/01-setup/01-system-setup.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/versioned_docs/version-v0.50.x/01-setup/01-system-setup.md b/docs/versioned_docs/version-v0.50.x/01-setup/01-system-setup.md index 4886245d..f681d01c 100644 --- a/docs/versioned_docs/version-v0.50.x/01-setup/01-system-setup.md +++ b/docs/versioned_docs/version-v0.50.x/01-setup/01-system-setup.md @@ -121,6 +121,9 @@ CosmWasm requires [Rust](https://www.rust-lang.org/). You must have this install # Install rust - https://www.rust-lang.org/tools/install curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh +# Update shell env +source $HOME/.cargo/env + # or Update if you have it rustup update