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 3595eb4 commit 0501e8fCopy full SHA for 0501e8f
README.md
@@ -14,7 +14,7 @@ python -m http.server 8000
14
Install instructions on Ubuntu 22.04
15
```
16
sudo apt-get install curl
17
-curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
+curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
18
. "$HOME/.cargo/env"
19
rustup target add wasm32-unknown-unknown
20
cargo build --target wasm32-unknown-unknown --release
0 commit comments