diff --git a/README.md b/README.md index 8fcf91f..f2cd119 100644 --- a/README.md +++ b/README.md @@ -1,22 +1,22 @@ -↖️ Table of Contents +
Table of Contents↗️
-

just

+

just

-
- - crates.io version +
+ + crates.io version - - build status + + build status - - downloads + + downloads - - chat on discord + + chat on discord - - say thanks + + say thanks

@@ -136,81 +136,81 @@ most Windows users.) - Various - Cargo - just + Various + Cargo + just cargo install just - Microsoft Windows - Scoop - just + Microsoft Windows + Scoop + just scoop install just - Various - Homebrew - just + Various + Homebrew + just brew install just - macOS - MacPorts - just + macOS + MacPorts + just port install just - Arch Linux - pacman - just + Arch Linux + pacman + just pacman -S just - Various - Nix - just + Various + Nix + just nix-env -iA nixpkgs.just - NixOS - Nix - just + NixOS + Nix + just nix-env -iA nixos.just - Solus - eopkg - just + Solus + eopkg + just eopkg install just - Void Linux - XBPS - just + Void Linux + XBPS + just xbps-install -S just - FreeBSD - pkg - just + FreeBSD + pkg + just pkg install just - Alpine Linux - apk-tools - just + Alpine Linux + apk-tools + just apk add just - Fedora Linux - DNF - just + Fedora Linux + DNF + just dnf install just - Gentoo Linux - Portage - guru/sys-devel/just + Gentoo Linux + Portage + guru/sys-devel/just eselect repository enable guru
emerge --sync guru
@@ -218,55 +218,55 @@ most Windows users.) - Various - Conda - just + Various + Conda + just conda install -c conda-forge just - Microsoft Windows - Chocolatey - just + Microsoft Windows + Chocolatey + just choco install just - Various - Snap - just + Various + Snap + just snap install --edge --classic just - Various - asdf - just + Various + asdf + just asdf plugin add just
asdf install just <version> - Debian and Ubuntu derivatives - MPR - just + Debian and Ubuntu derivatives + MPR + just - git clone 'https://mpr.makedeb.org/just'
+ git clone https://mpr.makedeb.org/just
cd just
makedeb -si - Debian and Ubuntu derivatives - Prebuilt-MPR - just + Debian and Ubuntu derivatives + Prebuilt-MPR + just - You must have the Prebuilt-MPR set up on your system in order to run this command.
+ You must have the Prebuilt-MPR set up on your system in order to run this command.
sudo apt install just - Microsoft Windows - Windows Package Manager - Casey/Just + Microsoft Windows + Windows Package Manager + Casey/Just winget install --id Casey.Just --exact