Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a readme.
  • Loading branch information
dustin committed Dec 22, 2010
1 parent 98a40fa commit c048248
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.markdown
@@ -0,0 +1,17 @@
# Building With Repo

## Get Repo

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

## Clone the Manifest

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

## Build

$ make

0 comments on commit c048248

Please sign in to comment.