Skip to content

Commit

Permalink
Add asdf package to readme(#1264)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaacko-torus committed Jul 11, 2022
1 parent d7fd57e commit 64b4d71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <version>` |

[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
Expand All @@ -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
Expand Down

0 comments on commit 64b4d71

Please sign in to comment.