From 64b4d71d66f21eea3b5504fa803db413a98fd917 Mon Sep 17 00:00:00 2001 From: jaacko-torus Date: Mon, 11 Jul 2022 18:07:56 -0500 Subject: [PATCH] Add asdf package to readme(#1264) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 43775450c1..292257c685 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,11 @@ You can also set the shell using command-line arguments. For example, to use Pow | [Various][conda-platforms] | [Conda][conda] | [just][just-conda] | `conda install -c conda-forge just` | | [Microsoft Windows][windows] | [Chocolatey][chocolatey] | [just][just-chocolatey] | `choco install just` | | [Various][snap-platforms] | [Snap][snap] | [just][just-snap] | `snap install --edge --classic just` | +| [Various][asdf-platforms] | [asdf][asdf] | [just][just-asdf] | `asdf plugin add just && asdf install just ` | [alpine linux]: https://alpinelinux.org +[asdf]: https://asdf-vm.com +[asdf-platforms]: https://github.com/casey/just/releases [apk-tools]: https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management [arch linux]: https://www.archlinux.org [cargo]: https://www.rust-lang.org @@ -138,6 +141,7 @@ You can also set the shell using command-line arguments. For example, to use Pow [homebrew-install]: https://docs.brew.sh/Installation [homebrew]: https://brew.sh [just-alpine]: https://pkgs.alpinelinux.org/package/edge/community/x86_64/just +[just-asdf]: https://github.com/ggilmore/asdf-just [just-chocolatey]: https://github.com/michidk/just-choco [just-conda]: https://anaconda.org/conda-forge/just [just-crate]: https://crates.io/crates/just