Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ To install _docToolchain_, switch to the terminal and run
----
curl -Lo dtcw doctoolchain.github.io/dtcw
chmod +x dtcw
./dtcw install java
Copy link

Copilot AI May 21, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Consider adding a brief note explaining that this step installs a local JDK required by DocToolchain.

Suggested change
./dtcw install java
./dtcw install java
// This step installs a local JDK, which is required for DocToolchain to function.

Copilot uses AI. Check for mistakes.
./dtcw install doctoolchain
----

Expand Down
Loading