Skip to content

Commit

Permalink
README + building
Browse files Browse the repository at this point in the history
  • Loading branch information
ellbur committed Oct 1, 2011
1 parent d13cde1 commit afab5f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Building

To build and test the application,

./sbt update `~jetty-restart`
./sbt update `~jetty-run`

You can now access it at [http://localhost:8080/](http://localhost:8080/).

Expand Down
1 change: 1 addition & 0 deletions sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=512m -Xmx1512M -jar `dirname $0`/sbt-launch.jar "$@"
Binary file added sbt-launch.jar
Binary file not shown.

0 comments on commit afab5f2

Please sign in to comment.