Signed-off-by: Bill Erickson <berickxx@gmail.com>
===== 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
-------------------------------------------------------------------------