We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7441adc commit 16d8ca2Copy full SHA for 16d8ca2
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
121
# Install rust - https://www.rust-lang.org/tools/install
122
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
123
124
+# Update shell env
125
+source $HOME/.cargo/env
126
+
127
# or Update if you have it
128
rustup update
129
0 commit comments