rust-lang / rust-forge

Information useful to people contributing to Rust

Home Page:https://forge.rust-lang.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slightly different `rustup` instructions compared to rust-lang.org's Install page

ojeda opened this issue · comments

The instructions for rustup:

- On Unix, run `curl https://sh.rustup.rs -sSf | sh` in your shell. This

curl https://sh.rustup.rs -sSf | sh -s -- --help

are slightly different from what it is shown in rust-lang.org's Install page:

https://github.com/rust-lang/www.rust-lang.org/blob/c50cd2f9b53fe04c68a9f7fd5fc5899c5e808a6e/templates/components/tools/rustup.html.hbs#L20