=== Install Hatch ===
-Execute the 'Hatch-Installer-(version).exe' executable.
+Execute the `Hatch-Installer-(version).exe` executable.
-NOTE: See installer/windows/README.adoc for building the Windows
+NOTE: See `installer/windows/README.adoc` for building the Windows
installer from Linux or Windows. When building the Windows installer
on Windows a full JDK is required for compiling.
=== Configure Native Messaging ===
-Edit extension/host/org.evergreen_ils.hatch.(chrome|firefox).json and change the "path"
-value to match the location of your copy of "hatch.sh", found in the root
+Edit `extension/host/org.evergreen_ils.hatch.(chrome|firefox).json` and change the `path`
+value to match the location of your copy of `hatch.sh`, found in the root
directory of the Hatch repository.
-Copy the correct host file, changing the filename to org.evergreen_ils.hatch.json, into the browser's configuration directory.
+Copy the correct host file, changing the filename to `org.evergreen_ils.hatch.json`, into the browser's configuration directory.
For Chrome:
NOTE: print commands are disabled by default in the tests to avoid
unexpected printing but they can be added by un-commenting
-them in src/org/evergreen_ils/hatch/TestHatch.java and recompiling.
+them in `src/org/evergreen_ils/hatch/TestHatch.java` and recompiling.
[source,sh]
-------------------------------------------------------------------------
=== Configure Native Messaging ===
-Edit extension/host/org.evergreen_ils.hatch.(chrome|firefox).json and change the "path"
-value to match the location of your copy of "hatch.sh", found in the root
+Edit `extension/host/org.evergreen_ils.hatch.(chrome|firefox).json` and change the `path`
+value to match the location of your copy of `hatch.sh`, found in the root
directory of the Hatch repository.
-Copy the correct host file, changing the filename to org.evergreen_ils.hatch.json, into the browser's configuration directory.
+Copy the correct host file, changing the filename to `org.evergreen_ils.hatch.json`, into the browser's configuration directory.
For Chrome:
NOTE: print commands are disabled by default in the tests to avoid
unexpected printing but they can be added by un-commenting
-them in src/org/evergreen_ils/hatch/TestHatch.java and recompiling.
+them in `src/org/evergreen_ils/hatch/TestHatch.java` and recompiling.
[source,sh]
-------------------------------------------------------------------------