From 19d9382aca1cae4b7f3e8cea65c5f087ed105e57 Mon Sep 17 00:00:00 2001 From: "Amine B. Hassouna" Date: Wed, 7 Nov 2018 22:01:39 +0100 Subject: [PATCH] Update README.md : Clone using https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb8d9b5..6c44b05 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ sudo apt install libsdl2-image-dev libsdl2-ttf-dev libsdl2-gfx-dev ```sh # Clone this repo -git clone git@gitlab.com:aminosbh/basic-c-sdl-project.git +git clone https://gitlab.com/aminosbh/basic-c-sdl-project.git cd basic-c-sdl-project # Create a build folder