Skip to content

Commit 6d51265

Browse files
author
olivia
committed
fix clone instruction to point to https endpoint
1 parent ed32b8a commit 6d51265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ in the playground to find comments that have hints.
2121

2222
### To do these exercises in your local environment and execute them online afterwards:
2323

24-
* clone the repo to your local environment: `git clone git@github.com:rustlings/rustlings.git`
24+
* clone the repo to your local environment: `git clone https://github.com/rustlings/rustlings.git`
2525
* edit the rustling that you want, per example `variables/variables1.rs`
2626
* run `cargo run` in the project folder
2727
* 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

Comments
 (0)