Skip to content

Commit 6fb82fd

Browse files
author
liv
committed
make default out substantially more helpful
1 parent 7fa2f87 commit 6fb82fd

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

default_out.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1+
Thanks for installing `rustlings`!
2+
3+
## Is this your first time?
4+
5+
Let's make sure you're up to speed:
6+
- You have Rust installed, preferably via `rustup`
7+
- You have `~/.cargo/bin` added to your PATH variable
8+
- You have cloned this repository (https://github.com/rustlings/rustlings)
9+
- You have installed Rust language support for your editor
10+
- You have locally installed the `rustlings` command by running:
11+
12+
```sh
13+
cargo install --path .
14+
```
15+
16+
If you've done all of this (or even most of it), congrats! You're ready
17+
to start working with Rust.
18+
119
To get started, run `rustlings verify` in order to get the first exercise.
220
Make sure to have your editor open!

0 commit comments

Comments
 (0)