Create README

This commit is contained in:
fooflington 2016-12-18 21:06:43 +00:00 committed by GitHub
parent e92d837d6e
commit f95f43ad56

19
README.md Normal file
View File

@ -0,0 +1,19 @@
Wordsearch
==========
Compiling
---------
A simple ```Makefile``` is provided:
```
$ make
```
Once built, you need to make a "war" file to deploy to your J2EE container (tested on Tomcat)
```
$ cd war && jar cfv ../wordsearch.war .
```
Then deploy your war file :-)