From 5ecf86c75c5381bdee43d83e51c6d7a830cad599 Mon Sep 17 00:00:00 2001 From: Peter Jackson Date: Fri, 13 Jun 2025 12:06:12 -0400 Subject: [PATCH] Provide asdf plugin commands in INSTALL.md Update INSTALL.md to provide the asdf installation commands required to install the latest adm-tools. 1) so that we are consistent with the homebrew section and 2) So that we save the next person a few minutes. --- INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index 520081b..daf4ecd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -15,6 +15,9 @@ ASDF-VM (Linux, MacOS X) ADR-Tools can be installed from the [ASDF-VM version manager](https://github.com/asdf-vm/asdf). + asdf plugin add adr-tools + asdf install adr-tools latest + From a Release Package (Linux, MacOS X) ---------------------------------------