Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 283 Bytes

README.markdown

File metadata and controls

17 lines (11 loc) · 283 Bytes

Building With Repo

Get Repo

$ curl http://android.git.kernel.org/repo > ~/bin/repo
$ chmod a+x ~/bin/repo

Clone the Manifest

$ mkdir couchdb
$ cd couchdb
$ repo init -u git@github.com:membase/couchdb-manifest.git
$ repo sync

Build

$ rake