update readme

This commit is contained in:
Jeff Xiong
2013-03-13 08:59:58 +08:00
parent 8826d8ad76
commit a376a0ea52
+12 -2
View File
@@ -1,4 +1,14 @@
java-dojo
Java Dojo
=========
Project skeleton for Java coding dojo.
# What to do?
'''
git://github.com/gigix/java-dojo.git
cd java-dojo
mvn clean install
'''
You should see build "BUILD SUCCESS" at the end.
Enjoy your Dojo!