2019-06-05 12:18:50 +02:00
|
|
|
Thanks for installing Rustlings!
|
2019-01-09 20:54:12 +01:00
|
|
|
|
2019-06-05 12:18:50 +02:00
|
|
|
Is this your first time?
|
2019-01-09 20:54:12 +01: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 12:11:32 +01:00
|
|
|
- You have cloned this repository (https://github.com/rust-lang/rustlings)
|
2019-01-09 20:54:12 +01:00
|
|
|
- You have installed Rust language support for your editor
|
|
|
|
- You have locally installed the `rustlings` command by running:
|
|
|
|
|
2019-06-11 05:20:22 +02:00
|
|
|
cargo install --force --path .
|
2019-01-09 20:54:12 +01: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 14:44:16 +02:00
|
|
|
To get started, run `rustlings watch` in order to get the first exercise.
|
2019-06-05 13:14:51 +02:00
|
|
|
Make sure to have your editor open!
|