diff options
| author | mo8it <mo8it@proton.me> | 2024-07-07 15:53:48 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-07-07 15:53:48 +0200 |
| commit | a5f221aa39196b00cb12425ba9f6ed5500ae5790 (patch) | |
| tree | 87f1d08bb0986b348f08c5975cb2ae1569a1c64d /src/dev/new.rs | |
| parent | e764b75aef91607ca9938a1f71b57b01293413b7 (diff) | |
Improve some messages
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 🚀 "; |
