Skip to content
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.

Commit

Permalink
don't need project prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Dec 20, 2011
1 parent e96cc3d commit 72cc390
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -43,11 +43,11 @@ You need [sbt][] (simple-build-tool, >= 0.11.2 ) in order to
build the project,

$ export ANDROID_HOME=/path/to/sdk # or ANDROID_SDK_{HOME,ROOT}
$ sbt 'project gist-it' android:package-debug
$ sbt android:package-debug

To run tests:

$ sbt 'project gist-it' test
$ sbt test

Pull requests welcome, especially the design needs some love (hint, hint).

Expand Down

0 comments on commit 72cc390

Please sign in to comment.