Skip to content

Commit 823a506

Browse files
gaganismarcphilipp
authored andcommitted
Update documentation build instructions
Fix described output for the html files and add a note for the requirement of the graphviz package to avoid errors on build.
1 parent a3758a9 commit 823a506

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documentation/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ This subproject contains the AsciiDoc sources for the JUnit 5 User Guide.
1212

1313
### Generate AsciiDoc
1414

15+
On linux, `graphviz` package providing `/usr/bin/dot` needs to be installed.
16+
1517
```
1618
gradle asciidoctor
1719
```
1820

19-
This task generates HTML files into `build/asciidoc/html5`.
21+
This task generates HTML files into `build/asciidoc`.

0 commit comments

Comments
 (0)