fix clone instruction to point to https endpoint
This commit is contained in:
parent
ed32b8af55
commit
6d51265484
@ -21,7 +21,7 @@ in the playground to find comments that have hints.
|
|||||||
|
|
||||||
### To do these exercises in your local environment and execute them online afterwards:
|
### To do these exercises in your local environment and execute them online afterwards:
|
||||||
|
|
||||||
* 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`
|
||||||
* edit the rustling that you want, per example `variables/variables1.rs`
|
* edit the rustling that you want, per example `variables/variables1.rs`
|
||||||
* run `cargo run` in the project folder
|
* run `cargo run` in the project folder
|
||||||
* you will notice that your README file was modified and now it has the new content of the file that you edited
|
* you will notice that your README file was modified and now it has the new content of the file that you edited
|
||||||
|
Reference in New Issue
Block a user