Skip to content

Commit ccd185e

Browse files
committed
update curl output flag.
from curl manpage: ``` -O, --remote-name Write output to a local file named like the remote file we get. (Only the file part of the remote file is used, the path is cut off.) ```
1 parent d9e0bbc commit ccd185e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you're concerned about the [potential insecurity](http://curlpipesh.tumblr.co
3030
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:
3131

3232
```bash
33-
curl -L https://static.rust-lang.org/rustup.sh -o rustup.sh
33+
curl -L https://static.rust-lang.org/rustup.sh -O
3434
sudo sh rustup.sh
3535
```
3636

0 commit comments

Comments
 (0)