From 9e59d05b0e6837bbb9466c61a5e7cdb6b370a650 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Thu, 5 Jun 2014 19:02:03 -0400 Subject: [PATCH] Changed git clone url to https --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a8320c4bb..04f53ceecd 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ The easiest way to get started is to clone the repository: ```bash # Get the latest snapshot -git clone --depth=1 git@github.com:sahat/hackathon-starter.git myproject +git clone --depth=1 https://github.com/sahat/hackathon-starter.git myproject cd myproject