Native Messaging WIP -- install docs
authorBill Erickson <berickxx@gmail.com>
Thu, 10 Nov 2016 17:09:19 +0000 (12:09 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 10 Nov 2016 17:09:19 +0000 (12:09 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
README.linux

index 531a542..780f856 100644 (file)
@@ -1,6 +1,4 @@
-Hatch - Java Print / Storage / Etc Service
-
-** ROUGH SETUP NOTES **
+Hatch Developer Install Notes
 
 1. Download JDK 8 from Oracle
 
@@ -18,20 +16,18 @@ Hatch - Java Print / Storage / Etc Service
 
 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