mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-13 07:04:14 +08:00
Mention Homebrew tap in the README, show asciinema cast instead of a static image
This commit is contained in:
@@ -33,7 +33,7 @@ This architecture brings the following advantages:
|
||||
we implemented a simplified a non-rolling view showing the status of each build thread on a separate line. This is
|
||||
what it looks like on a machine with 24 cores:
|
||||
+
|
||||
image::src/main/images/console-output.png[]
|
||||
image::https://asciinema.org/a/BwsKoBYfW9jsXlDG3QcxSSBEw.svg[link="https://asciinema.org/a/BwsKoBYfW9jsXlDG3QcxSSBEw"]
|
||||
+
|
||||
Once the build is finshed, the complete Maven output is forwarded to the console.
|
||||
|
||||
@@ -52,6 +52,13 @@ If you used the manual install in the past, please make sure that the settings i
|
||||
sense. With SDKMAN!, the `~/.m2/mvnd.properties` file is typically not needed at all, because both `JAVA_HOME` and
|
||||
`MVND_HOME` are managed by SDKMAN!.
|
||||
|
||||
=== Install using https://brew.sh/[Homebrew]
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
$ brew install mvndaemon/homebrew-mvnd/mvnd
|
||||
----
|
||||
|
||||
=== Install manually
|
||||
|
||||
* Download the latest ZIP suitable for your platform from https://github.com/mvndaemon/mvnd/releases
|
||||
|
||||
Reference in New Issue
Block a user