Skip to content

Instantly share code, notes, and snippets.

@kozo2
Created January 3, 2020 02:25
Show Gist options
  • Save kozo2/950080c1a5dd5c910e5219f352b2ce7a to your computer and use it in GitHub Desktop.
Save kozo2/950080c1a5dd5c910e5219f352b2ce7a to your computer and use it in GitHub Desktop.
~/rustlings$ rustlings
welcome to...
_ _ _
_ __ _ _ ___| |_| (_)_ __ __ _ ___
| '__| | | / __| __| | | '_ \ / _` / __|
| | | |_| \__ \ |_| | | | | | (_| \__ \
|_| \__,_|___/\__|_|_|_| |_|\__, |___/
|___/
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!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment