From 4723b825f2989213c1cdb2ebf4d6793e0292e363 Mon Sep 17 00:00:00 2001 From: Julian Poidevin Date: Fri, 14 Feb 2020 02:43:36 +0100 Subject: [PATCH] Fixed wrong git clone SSH command (#13) Replaced bad https URL with proper SSH URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a5eced2f72..7500ad3f91 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ git clone https://github.com/FreeRTOS/FreeRTOS ``` Using SSH: ``` -git clone https://github.com/FreeRTOS/FreeRTOS.git +git clone git@github.com:FreeRTOS/FreeRTOS.git ```