LP#1646166 Hatch dev install docs continued
authorBill Erickson <berickxx@gmail.com>
Wed, 7 Dec 2016 22:32:01 +0000 (17:32 -0500)
committerBill Erickson <berickxx@gmail.com>
Thu, 16 Feb 2017 20:26:18 +0000 (15:26 -0500)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
INSTALL.adoc

index a95de55..b75d1ef 100644 (file)
@@ -72,15 +72,23 @@ them in src/org/evergreen_ils/hatch/TestHatch.java and recompiling.
 
 ===== Windows =====
 
+* Start with creating the default logging/Hatch data directory.
+* Then run the test code.
+
 [source,sh]
 -------------------------------------------------------------------------
+C:\> mkdir %userprofile%\.evergreen
 C:\> hatch.bat test
 -------------------------------------------------------------------------
 
 ===== Linux =====
 
+* Start with creating the default logging/Hatch data directory.
+* Then run the test code.
+
 [source,sh]
 -------------------------------------------------------------------------
+$ mkdir ~/.evergreen
 $ ./hatch.sh test
 -------------------------------------------------------------------------