Skip to content

Commit 0501e8f

Browse files
authored
updated rust install line
1 parent 3595eb4 commit 0501e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ python -m http.server 8000
1414
Install instructions on Ubuntu 22.04
1515
```
1616
sudo apt-get install curl
17-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
17+
curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
1818
. "$HOME/.cargo/env"
1919
rustup target add wasm32-unknown-unknown
2020
cargo build --target wasm32-unknown-unknown --release

0 commit comments

Comments
 (0)