From 2aeaef0ed4925d27173d979966ac947662b2021f Mon Sep 17 00:00:00 2001 From: steve Date: Sat, 9 Jun 2018 00:46:18 -0400 Subject: [PATCH] Tweak readme for Windows build quirk In reference to #56. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2462bc..639b241 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ AsciiDoc sources for the docs hosted at . ## Build -To build locally, run `./gradlew build` and then open `build/asciidoc/html5/index.html` in your browser. +To build locally, run `./gradlew build` (`gradlew.bat build --project-cache-dir=../cache` on Windows) and then open `build/asciidoc/html5/index.html` in your browser. ## Deploy