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:03 UTC

[07/53] [abbrv] git commit: updated branch reference in readme

updated branch reference in 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/db86c5ed
Tree: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/tree/db86c5ed
Diff: http://git-wip-us.apache.org/repos/asf/cordova-registry-web/diff/db86c5ed

Branch: refs/heads/master
Commit: db86c5ed5ddcbbabda0eaf6221becb53d7081b5d
Parents: e9519c9
Author: Steven Gill <st...@gmail.com>
Authored: Sun Mar 16 12:47:36 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Sun Mar 16 12:47:36 2014 -0700

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry-web/blob/db86c5ed/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 327df00..9735328 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ 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 `npm install`. This will install the dependencies required to deploy locally. 
+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. 
 
 ### Clone Cordova-Registry repo
 If you are interested in publishing plugins to your local repo, you will need this repo.