File tree 1 file changed +3
-3
lines changed
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
23
23
in the ` $ ` s, they just indicate the start of each command):
24
24
25
25
``` 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
27
27
```
28
28
29
29
If you're concerned about the [ potential insecurity] ( http://curlpipesh.tumblr.com/ ) of using ` curl | sudo sh ` ,
30
30
please keep reading and see our disclaimer below. And feel free to use a two-step version of the installation and examine our installation script:
31
31
32
32
``` 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
35
35
```
36
36
37
37
If you're on Windows, please download either the [ 32-bit
You can’t perform that action at this time.
0 commit comments