From fd2710f0ffefe366889a62b226774f613d573231 Mon Sep 17 00:00:00 2001 From: Matt Nelson Date: Wed, 18 May 2022 13:37:03 -0500 Subject: [PATCH] Add asdf install method (#652) * Add asdf install method * No need for the git repository url Co-authored-by: Jochen Schalanda Co-authored-by: Guillaume Nodet Co-authored-by: Jochen Schalanda --- README.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.adoc b/README.adoc index afa85864..c9fb39b0 100644 --- a/README.adoc +++ b/README.adoc @@ -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: