Change Git cloning command to use HTTP

..or it will give a permission denied error to everyone but the developers :)
This commit is contained in:
Lele 2015-04-21 02:14:34 +02:00
parent 8b42f83b35
commit a0378cc0b9
1 changed files with 1 additions and 1 deletions

View File

@ -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 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: Build and generate the `dist/` directory: