We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa2f87 commit 6fb82fdCopy full SHA for 6fb82fd
default_out.md
@@ -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
19
To get started, run `rustlings verify` in order to get the first exercise.
20
Make sure to have your editor open!
0 commit comments