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/03/16 20:11:20 UTC

git commit: updated readme

Repository: cordova-registry
Updated Branches:
  refs/heads/master 9166301a3 -> bef1d7f13


updated readme


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

Branch: refs/heads/master
Commit: bef1d7f13b0fc0cbf2aac8d22ec4eb09d640e7ab
Parents: 9166301
Author: Steven Gill <st...@gmail.com>
Authored: Sun Mar 16 12:11:14 2014 -0700
Committer: Steven Gill <st...@gmail.com>
Committed: Sun Mar 16 12:11:14 2014 -0700

----------------------------------------------------------------------
 README.md | 13 ++++---------
 1 file changed, 4 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-registry/blob/bef1d7f1/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 363e90d..d9a8e46 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,6 @@
-# Cordova Registry
+Cordova Registry
+================
 
-This repo contains the couchapp and design documents for the cordova registry.
+This repo contains a couchapp that allows `plugman` to interact with the cordova registy databases. This was taken from npmjs since plugman relies on npmjs. 
 
-## Setup
-
-`npm install`
-
-## Pushing to local repository
-
-couchapp push app.js http://localhost:5984/registry
+For deploying this locally or remotely, please follow the [cordova-registy-web readme](https://github.com/apache/cordova-registry-web/blob/master/README.md).