2019-06-05 10:18:50 +00:00
|
|
|
Thanks for installing Rustlings!
|
2019-01-09 19:54:12 +00:00
|
|
|
|
2019-06-05 10:18:50 +00:00
|
|
|
Is this your first time?
|
2019-01-09 19:54:12 +00:00
|
|
|
|
|
|
|
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
|
2019-02-12 11:11:32 +00:00
|
|
|
- You have cloned this repository (https://github.com/rust-lang/rustlings)
|
2019-01-09 19:54:12 +00:00
|
|
|
- You have installed Rust language support for your editor
|
2019-11-12 10:53:58 +00:00
|
|
|
- You have locally installed the `rustlings` command by running an
|
|
|
|
installation script or manually executing:
|
2019-01-09 19:54:12 +00:00
|
|
|
|
2019-06-11 03:20:22 +00:00
|
|
|
cargo install --force --path .
|
2019-01-09 19:54:12 +00:00
|
|
|
|
|
|
|
If you've done all of this (or even most of it), congrats! You're ready
|
|
|
|
to start working with Rust.
|
|
|
|
|
2019-06-09 12:44:16 +00:00
|
|
|
To get started, run `rustlings watch` in order to get the first exercise.
|
2019-11-12 10:53:58 +00:00
|
|
|
Make sure to have your editor open!
|