File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -177,8 +177,8 @@ To deprecate an item:
177177
178178## Building the Project
179179
180- Please refer to [ the readme] ( README.md#building-from-source ) for the most common
181- build commands.
180+ Please refer to [ the readme] ( README.md#building-from-source ) and [ the documentation readme ] ( documentation/README.md ) for
181+ the most common build commands.
182182
183183### Build Parameters
184184
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ This following Gradle command generates the HTML version of the User Guide as
1818` build/docs/asciidoc/user-guide/index.html ` .
1919
2020```
21- gradlew asciidoctor
21+ ./ gradlew asciidoctor
2222```
2323
2424On Linux operating systems, the ` graphviz ` package providing ` /usr/bin/dot ` must be
@@ -30,5 +30,5 @@ This following Gradle command generates the PDF version of the User Guide to
3030` build/docs/asciidocPdf/user-guide/index.pdf ` .
3131
3232```
33- gradlew asciidoctorPdf
33+ ./ gradlew asciidoctorPdf
3434```
You can’t perform that action at this time.
0 commit comments