File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ Linux or a Mac, all you need to do is this (note that you don't need to type
2323in the ` $ ` s, they just indicate the start of each command):
2424
2525``` bash
26- curl -L https://static.rust-lang.org/rustup.sh | sudo sh
26+ $ curl -L https://static.rust-lang.org/rustup.sh | sudo sh
2727```
2828
2929If you're concerned about the [ potential insecurity] ( http://curlpipesh.tumblr.com/ ) of using ` curl | sudo sh ` ,
3030please keep reading and see our disclaimer below. And feel free to use a two-step version of the installation and examine our installation script:
3131
3232``` bash
33- curl -L https://static.rust-lang.org/rustup.sh -O
34- sudo sh rustup.sh
33+ $ curl -L https://static.rust-lang.org/rustup.sh -O
34+ $ sudo sh rustup.sh
3535```
3636
3737If you're on Windows, please download either the [ 32-bit
You can’t perform that action at this time.
0 commit comments