From d5680560fa80c0c875fc029692676f0e48960b10 Mon Sep 17 00:00:00 2001 From: Chad Skeeters Date: Tue, 20 Aug 2024 15:18:35 -0500 Subject: [PATCH] Separates cross-platform managers into separate table --- README.md | 66 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 39 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index 7032c45418..572e858878 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,45 @@ most Windows users.) ### Packages +Cross-platform package managers: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Package ManagerPackageCommand
asdfjust + asdf plugin add just
+ asdf install just <version> +
Cargojustcargo install just
Condajustconda install -c conda-forge just
Homebrewjustbrew install just
+ +Platform-specific package managers: + @@ -238,33 +277,6 @@ most Windows users.) - - - - - - - - - - - - - - - - - - - - - - - -
just eopkg install just
Variousasdfjust - asdf plugin add just
- asdf install just <version> -
VariousCargojustcargo install just
VariousCondajustconda install -c conda-forge just
VariousHomebrewjustbrew install just
Various Nix