Skip to content
Open
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
7 changes: 7 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ Note: There are two formulae: `mvnd` installs the preview 2.x version (embedding
sudo port install mvnd
----

=== Install using https://aquaproj.github.io/[aqua]

[source,shell]
aqua g -i apache/maven-mvnd

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

The opening ---- delimiter is missing and the command is duplicated. This block should be:

[source,shell]
----
aqua g -i apache/maven-mvnd
----

It looks like the GitHub suggestion from the previous review was applied to the wrong line (the delimiter instead of the command), which replaced ---- with the command text.

aqua g -i apache/maven-mvnd
----
=== Other installers
We're looking for contribution to support https://community.chocolatey.org/packages/mvndaemon/[Chocolatey], https://scoop.sh/[Scoop] or
Expand Down