diff --git a/app/templates/install.hbs b/app/templates/install.hbs index fc6f5278c02..203bd8ec470 100644 --- a/app/templates/install.hbs +++ b/app/templates/install.hbs @@ -4,21 +4,18 @@

- The easiest way to get Cargo is to get the Rust nightly build by using the - rustup script: +Rust comes with Cargo by default, so the easiest way to get Cargo is to +install Rust via +the official binary installers.

-
-$ curl -sS https://static.rust-lang.org/rustup.sh | sudo bash
-
-

Only Cargo

To install just Cargo, the current recommended installation method is through the official nightly builds. Note that Cargo will also require that Rust is already installed on the - system + system.