From bb3c07ebdfa4871af29a879201871824ad157010 Mon Sep 17 00:00:00 2001 From: Amulya Kumar Sahoo Date: Tue, 17 Mar 2015 21:25:19 +0530 Subject: [PATCH] Changed git pull to git clone During building, it needs to clone the repository for the first time. Git pull is just to pull the new commits from remote to existing local repository. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eaa9a01..8e25cc8a 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ Contributing Droplet uses Grunt and npm to build. Run: ```shell -git pull https://github.com/dabbler0/droplet.git +git clone https://github.com/dabbler0/droplet.git cd droplet npm install grunt all