summaryrefslogtreecommitdiff
path: root/default_out.txt
diff options
context:
space:
mode:
authorliv <819880950@qq.com>2019-06-05 12:18:50 +0200
committerliv <819880950@qq.com>2019-06-05 12:18:50 +0200
commit62696f5819bd27489664bcb320e1e0b422e22e60 (patch)
tree934fb06689f6990255568b549dbeb5826e567704 /default_out.txt
parent41170ce3411b2029d8906dcee16548f00d90ca24 (diff)
Remove highlighting and syntect
Diffstat (limited to 'default_out.txt')
-rw-r--r--default_out.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/default_out.txt b/default_out.txt
new file mode 100644
index 0000000..55eaa97
--- /dev/null
+++ b/default_out.txt
@@ -0,0 +1,18 @@
+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:
+
+cargo install --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 verify` in order to get the first exercise.
+Make sure to have your editor open!