From dd7be02f65cf6ba175e3b55fb61f9f89320bc966 Mon Sep 17 00:00:00 2001 From: Lerina J-Y Razafy Date: Thu, 25 Jan 2024 17:08:44 -0500 Subject: [PATCH] using https instead ssh --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85dc8f8..6c1d96b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ To discuss and/or collaborate with other Rust developers, join our [Discord comm ## Installation ```shell -git clone git@github.com:letsgetrusty/rust-learning-guide.git +git clone https://github.com/letsgetrusty/rust-learning-guide.git cargo install mdbook @@ -44,4 +44,4 @@ cd rust-learning-guide && mdbook serve --open ## Licenses -- MIT License \ No newline at end of file +- MIT License