mirror of
https://github.com/apache/maven-mvnd.git
synced 2026-01-21 01:14:34 +08:00
Add asdf install method (#652)
* Add asdf install method * No need for the git repository url Co-authored-by: Jochen Schalanda <jochen@schalanda.name> Co-authored-by: Guillaume Nodet <gnodet@gmail.com> Co-authored-by: Jochen Schalanda <jochen@schalanda.name>
This commit is contained in:
@@ -87,6 +87,15 @@ $ choco install mvndaemon
|
||||
$ scoop install mvndaemon
|
||||
----
|
||||
|
||||
=== Install using https://github.com/joschi/asdf-mvnd#install[asdf]
|
||||
|
||||
[source,shell]
|
||||
----
|
||||
$ asdf plugin-add mvnd
|
||||
$ asdf install mvnd latest
|
||||
----
|
||||
|
||||
|
||||
=== Set up completion
|
||||
|
||||
Optionally, you can set up completion as follows:
|
||||
|
||||
Reference in New Issue
Block a user