summaryrefslogtreecommitdiff
path: root/default_out.txt
blob: 052675919390957eb416374ef9141bb332c229ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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/rust-lang/rustlings)
- You have installed Rust language support for your editor
- 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!