diff options
| author | liv <liv@fastmail.com> | 2019-01-09 20:54:12 +0100 |
|---|---|---|
| committer | liv <liv@fastmail.com> | 2019-01-09 20:54:12 +0100 |
| commit | 6fb82fd63472f7acd91f185204eb6f96d56c4b31 (patch) | |
| tree | ab5e12faddbe28730c1bb377c78e44d056001bc8 | |
| parent | 7fa2f87c8b47dbb79d4c6e41bdd095e6962270fa (diff) | |
make default out substantially more helpful
| -rw-r--r-- | default_out.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/default_out.md b/default_out.md index e221d78..3e00c10 100644 --- a/default_out.md +++ b/default_out.md @@ -1,2 +1,20 @@ +Thanks for installing `rustlings`! + +## Is this your first time? + +Let's make sure you're up to speed: +- You have Rust installed, preferably via `rustup` +- You have `~/.cargo/bin` added to your PATH variable +- You have cloned this repository (https://github.com/rustlings/rustlings) +- You have installed Rust language support for your editor +- You have locally installed the `rustlings` command by running: + +```sh +cargo install --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 verify` in order to get the first exercise. Make sure to have your editor open!
\ No newline at end of file |
