From a0378cc0b9b01334c65cc4360e17fd944fab48ff Mon Sep 17 00:00:00 2001 From: Lele Date: Tue, 21 Apr 2015 02:14:34 +0200 Subject: [PATCH] Change Git cloning command to use HTTP ..or it will give a permission denied error to everyone but the developers :) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a10124e..8984019 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ The App can be used either as a Chrome Packaged App or just by hosting it on you Clone the git repository - git clone git@github.com:whiteout-io/mail-html5.git + git clone https://github.com/whiteout-io/mail-html5.git Build and generate the `dist/` directory: