From 9ead5301798a48dc42d42a1cec9563d2e003e380 Mon Sep 17 00:00:00 2001 From: Luke Faraone Date: Wed, 5 Jul 2017 20:28:13 +0000 Subject: [PATCH] Prefer HTTPS clone URIs to unencrypted git:// --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a29c4168..e18e662cf 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ https://groups.google.com/forum/#!forum/cloud9-sdk Follow these steps to install the SDK: - git clone git://github.com/c9/core.git c9sdk + git clone https://github.com/c9/core.git c9sdk cd c9sdk scripts/install-sdk.sh