diff options
Diffstat (limited to 'src/dev/new.rs')
| -rw-r--r-- | src/dev/new.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dev/new.rs b/src/dev/new.rs index fefc4fc..55d5f14 100644 --- a/src/dev/new.rs +++ b/src/dev/new.rs @@ -139,7 +139,7 @@ const README: &str = "# Rustlings 🦀 Welcome to these third-party Rustlings exercises 😃 -First, [install Rustlings using the official instructions in the README of the Rustlings project](https://github.com/rust-lang/rustlings) ✅ +First, [install Rustlings using the official instructions](https://github.com/rust-lang/rustlings) ✅ -Then, open your terminal in this directory and run `rustlings` to get started with the exercises 🚀 +Then, clone this repository, open a terminal in this directory and run `rustlings` to get started with the exercises 🚀 "; |
