Skip to content

Commit

Permalink
Added git clone, and sbt compiling and runing steps to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Louie van Bommel committed Apr 16, 2012
1 parent c6b43bd commit 0ef5796
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README
Expand Up @@ -15,6 +15,13 @@ It creates a

You'll like it, I promise.

$ git clone git@github.com:SunKing2/sbt_archetype.git
$ cd sbt_archetype
$ sbt compile
$ sbt test
$ sbt run
Now rename the sbt_archetype directory to your project's name.

Don't do this unless you know what you are doing:
(there's a lame bash script called sbtdirs that COULD rebuild some of this:)
$ chmod +x sbtdirs
Expand Down

0 comments on commit 0ef5796

Please sign in to comment.