From 31aa4d135a8137d35042f98e724568df057b4e11 Mon Sep 17 00:00:00 2001 From: Roland Tritsch Date: Mon, 15 Jul 2024 16:24:50 +0100 Subject: [PATCH 1/2] Adding asdf as an unsupported installation option. --- .../modules/ROOT/pages/Installation_IDE_Support.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/modules/ROOT/pages/Installation_IDE_Support.adoc b/docs/modules/ROOT/pages/Installation_IDE_Support.adoc index 44035abe2dd..6d4668f8fc0 100644 --- a/docs/modules/ROOT/pages/Installation_IDE_Support.adoc +++ b/docs/modules/ROOT/pages/Installation_IDE_Support.adoc @@ -182,6 +182,18 @@ sh -c "curl -L {mill-github-url}/releases/download/{mill-last-tag}/{mill-last-ta Installing mill via `coursier` or `cs` is currently not officially supported. There are various issues, especially with interactive mode. +=== Asdf (unsupported) + +Installing mill via `asdf` is currently not officially supported. + +But you can try to install mill using the `asdf-mill` plugin: +[source,bash,subs="verbatim,attributes"] +--- +asdf plugin add mill +asdf install mill latest +asdf global mill latest +--- + == IDE Support :link-metals: https://scalameta.org/metals/ From babceadc90a71bf817dd1726b15129c10197db3c Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Wed, 17 Jul 2024 17:00:04 +0200 Subject: [PATCH 2/2] Update docs/modules/ROOT/pages/Installation_IDE_Support.adoc --- docs/modules/ROOT/pages/Installation_IDE_Support.adoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/modules/ROOT/pages/Installation_IDE_Support.adoc b/docs/modules/ROOT/pages/Installation_IDE_Support.adoc index 6d4668f8fc0..a946dd51758 100644 --- a/docs/modules/ROOT/pages/Installation_IDE_Support.adoc +++ b/docs/modules/ROOT/pages/Installation_IDE_Support.adoc @@ -184,10 +184,12 @@ There are various issues, especially with interactive mode. === Asdf (unsupported) -Installing mill via `asdf` is currently not officially supported. +You can install and manage Mill via the Multiple Runtime Version Manager - https://asdf-vm.com/[`asdf`]. -But you can try to install mill using the `asdf-mill` plugin: -[source,bash,subs="verbatim,attributes"] +Support by `asdf` is currently possible by using the https://github.com/asdf-community/asdf-mill[`asdf-mill` plugin]: + +.Steps to install the `mill` plugin and Mill with `asdf` +[source,bash] --- asdf plugin add mill asdf install mill latest