File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1
- This file is used to check if the user tries to run Rustlings in the repository (the method before v6 )
1
+ This file is used to check if the user tries to run Rustlings in the repository (the method before version 6 )
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ const README: &str = "# Rustlings 🦀
139
139
140
140
Welcome to these third-party Rustlings exercises 😃
141
141
142
- First, [install Rustlings using the official instructions in the README of the Rustlings project ](https://github.com/rust-lang/rustlings) ✅
142
+ First, [install Rustlings using the official instructions](https://github.com/rust-lang/rustlings) ✅
143
143
144
- Then, open your terminal in this directory and run `rustlings` to get started with the exercises 🚀
144
+ Then, clone this repository, open a terminal in this directory and run `rustlings` to get started with the exercises 🚀
145
145
" ;
Original file line number Diff line number Diff line change @@ -197,9 +197,10 @@ fn main() -> Result<()> {
197
197
Ok ( ( ) )
198
198
}
199
199
200
- const OLD_METHOD_ERR : & str = "You are trying to run Rustlings using the old method before v6.
200
+ const OLD_METHOD_ERR : & str =
201
+ "You are trying to run Rustlings using the old method before version 6.
201
202
The new method doesn't include cloning the Rustlings' repository.
202
- Please follow the instructions in the README:
203
+ Please follow the instructions in ` README.md` :
203
204
https://github.com/rust-lang/rustlings#getting-started" ;
204
205
205
206
const FORMAT_VERSION_HIGHER_ERR : & str =
@@ -216,5 +217,5 @@ const PRE_INIT_MSG: &str = r"
216
217
|_| \__,_|___/\__|_|_|_| |_|\__, |___/
217
218
|___/
218
219
219
- The `exercises` directory wasn't found in the current directory.
220
+ The `exercises/ ` directory couldn't be found in the current directory.
220
221
If you are just starting with Rustlings, run the command `rustlings init` to initialize it." ;
You can’t perform that action at this time.
0 commit comments