Skip to content

Commit

Permalink
fix(default): Clarify the installation procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
marisa committed Nov 12, 2019
1 parent bc56788 commit c371b85
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions default_out.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@ Let's make sure you're up to speed:
- You have `~/.cargo/bin` added to your PATH variable
- You have cloned this repository (https://github.com/rust-lang/rustlings)
- 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 .

If you've done all of this (or even most of it), congrats! You're ready
to start working with Rust.

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!

0 comments on commit c371b85

Please sign in to comment.