From 8e3d7864826d5b3905fb47bf4f3cb9e6badbcc2d Mon Sep 17 00:00:00 2001 From: Mat Schaffer Date: Tue, 1 Feb 2022 11:26:18 +0900 Subject: [PATCH] Note that the full path is required for local doc build --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index cf1e046df892d..d5c693d26d4cc 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -70,7 +70,7 @@ generate the HTML version of the docs: [source,bash] ---------------------------- cd path/to/your/repo -~/path/to/docs/repo/build_docs --doc path/to/index.asciidoc +~/path/to/docs/repo/build_docs --doc /full/path/to/index.asciidoc ---------------------------- Each Elastic project may need its own documentation book build command.