From f69725641964071a3ef8a9e9de7eefea5c6f11ec Mon Sep 17 00:00:00 2001 From: Bill Erickson Date: Wed, 7 Dec 2016 17:32:01 -0500 Subject: [PATCH] LP#1646166 Hatch dev install docs continued Signed-off-by: Bill Erickson --- INSTALL.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/INSTALL.adoc b/INSTALL.adoc index a95de55..b75d1ef 100644 --- a/INSTALL.adoc +++ b/INSTALL.adoc @@ -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 ------------------------------------------------------------------------- -- 2.11.0