Signed-off-by: Bill Erickson <berickxx@gmail.com>
-Hatch - Java Print / Storage / Etc Service
-
-** ROUGH SETUP NOTES **
+Hatch Developer Install Notes
1. Download JDK 8 from Oracle
2. Get the org.json library
- $ mkdir lib
+ $ mkdir -p lib
$ cd lib
$ wget -O json-20160810.jar \
'https://search.maven.org/remotecontent?filepath=org/json/json/20160810/json-20160810.jar'
+ $ cd ../
-3. Compile and run.
+3. Compile, test, run.
-# compile
-$ ./run.sh complie
+$ ./run.sh compile
-# test
$ ./run.sh test
-# run
$ ./run.sh run