diff options
| author | bors <bors@rust-lang.org> | 2019-11-12 11:13:06 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-11-12 11:13:06 +0000 |
| commit | 8c1376df0799bea43d715b4a0d6e3ec7b783172e (patch) | |
| tree | 0481fdb2e7fdc10bf1033f759926ee4019ab7856 | |
| parent | 45d68d9b3943fcfc8f0674f742222dc70ba2b959 (diff) | |
| parent | c371b853afa08947ddeebec0edd074b171eeaae0 (diff) | |
Auto merge of #235 - rust-lang:fmoko-patch-1, r=fmoko
fix(default): Clarify the installation procedure
| -rw-r--r-- | default_out.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/default_out.txt b/default_out.txt index b34659b..0526759 100644 --- a/default_out.txt +++ b/default_out.txt @@ -7,7 +7,8 @@ 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 . @@ -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 get started, run `rustlings watch` in order to get the first exercise. -Make sure to have your editor open!
\ No newline at end of file +Make sure to have your editor open! |
