Add asdf package to readme(#1264)

This commit is contained in:
jaacko-torus 2022-07-11 18:07:56 -05:00 committed by GitHub
parent d7fd57e420
commit 64b4d71d66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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` | | [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` | | [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][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 <version>` |
[alpine linux]: https://alpinelinux.org [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 [apk-tools]: https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management
[arch linux]: https://www.archlinux.org [arch linux]: https://www.archlinux.org
[cargo]: https://www.rust-lang.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-install]: https://docs.brew.sh/Installation
[homebrew]: https://brew.sh [homebrew]: https://brew.sh
[just-alpine]: https://pkgs.alpinelinux.org/package/edge/community/x86_64/just [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-chocolatey]: https://github.com/michidk/just-choco
[just-conda]: https://anaconda.org/conda-forge/just [just-conda]: https://anaconda.org/conda-forge/just
[just-crate]: https://crates.io/crates/just [just-crate]: https://crates.io/crates/just