1
0
Fork 0
mirror of https://github.com/rust-lang/rustlings.git synced 2024-05-04 10:36:07 +02:00

fix(default): Clarify the installation procedure

This commit is contained in:
marisa 2019-11-12 11:53:58 +01:00 committed by GitHub
parent bc56788fe6
commit c371b853af
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,8 @@ Let's make sure you're up to speed:
- You have `~/.cargo/bin` added to your PATH variable - You have `~/.cargo/bin` added to your PATH variable
- You have cloned this repository (https://github.com/rust-lang/rustlings) - You have cloned this repository (https://github.com/rust-lang/rustlings)
- You have installed Rust language support for your editor - You have installed Rust language support for your editor
- You have locally installed the `rustlings` command by running: - You have locally installed the `rustlings` command by running an
installation script or manually executing:
cargo install --force --path . cargo install --force --path .
@ -15,4 +16,4 @@ If you've done all of this (or even most of it), congrats! You're ready
to start working with Rust. to start working with Rust.
To get started, run `rustlings watch` in order to get the first exercise. To get started, run `rustlings watch` in order to get the first exercise.
Make sure to have your editor open! Make sure to have your editor open!