We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed32b8a commit 6d51265Copy full SHA for 6d51265
README.md
@@ -21,7 +21,7 @@ in the playground to find comments that have hints.
21
22
### To do these exercises in your local environment and execute them online afterwards:
23
24
-* clone the repo to your local environment: `git clone git@github.com:rustlings/rustlings.git`
+* clone the repo to your local environment: `git clone https://github.com/rustlings/rustlings.git`
25
* edit the rustling that you want, per example `variables/variables1.rs`
26
* run `cargo run` in the project folder
27
* you will notice that your README file was modified and now it has the new content of the file that you edited
0 commit comments