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:
Matt Nelson
2022-05-18 13:37:03 -05:00
committed by GitHub
parent 96a78e0c47
commit fd2710f0ff

View File

@@ -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: