From d43f9dedaf25480d57a5c705ae422002b54ce9fc Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Sun, 22 Dec 2024 15:52:53 -0500 Subject: [PATCH] Add reference to asdf-fwup --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c49f096..42dadbdd 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,12 @@ reliable enough for production use. The simplest way to install `fwup` is via a package manager or installer. -On OSX, `fwup` is in [homebrew](http://brew.sh/): +If you're already using [asdf](https://asdf-vm.com/) or +[mise-en-place](https://mise.jdx.dev/), install `fwup` via +[asdf-fwup](https://github.com/fwup-home/asdf-fwup). This will allow you to +manage `fwup` versions in your software projects via `.tool-versions` files. + +For system-wide installation on MacOS, `fwup` is in [homebrew](http://brew.sh/): ```sh brew install fwup