From 6d512654844539be66bee32e87a4057fab17861b Mon Sep 17 00:00:00 2001 From: olivia Date: Mon, 26 Nov 2018 09:25:57 +0100 Subject: [PATCH] fix clone instruction to point to https endpoint --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c06f76..2fc6970 100644 --- a/README.md +++ b/README.md @@ -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: -* 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` * 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