From 62696f5819bd27489664bcb320e1e0b422e22e60 Mon Sep 17 00:00:00 2001 From: liv <819880950@qq.com> Date: Wed, 5 Jun 2019 12:18:50 +0200 Subject: Remove highlighting and syntect --- default_out.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 default_out.txt (limited to 'default_out.txt') 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! -- cgit v1.2.3