You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2014/04/07 23:07:10 UTC

[14/53] [abbrv] git commit: added grunt-cli to the README

added grunt-cli to the README


Project: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/commit/b247c09b
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/b247c09b
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/b247c09b

Branch: refs/heads/master
Commit: b247c09bc8c2fb1ec8932fe424eb2502e69be391
Parents: 00569d5
Author: Steven Gill <st...@gmail.com>
Authored: Tue Mar 18 00:10:03 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Tue Mar 18 00:10:03 2014 -0700

----------------------------------------------------------------------
 README.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/b247c09b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 7f748d8..fe03d31 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,9 @@ Setup
 ```bash
 git clone https://git-wip-us.apache.org/repos/asf/cordova-registry-web.git
 ```
-In your terminal, navigate to the cordova-registry-web directory and run `git checkout refactor` and `npm install`. This will install the dependencies required to deploy locally for the refactor branch. 
+In your terminal, navigate to the cordova-registry-web directory and run `git checkout refactor` and `npm install`. This will install the dependencies required to deploy locally for the refactor branch.
+
+We also need to install the `grunt-cli` globally. Type `npm install grunt-cli -g`. 
 
 ### Clone Cordova-Registry repo
 If you are interested in publishing plugins to your local repo, you will need this repo.