diff --git a/README.md b/README.md
index a496eb6b62..3742c3fd00 100644
--- a/README.md
+++ b/README.md
@@ -113,134 +113,140 @@ You can also set the shell using command-line arguments. For example, to use Pow
-
- Various |
- Cargo |
- just |
- cargo install just |
-
-
- Microsoft Windows |
- Scoop |
- just |
- scoop install just |
-
-
- Various |
- Homebrew |
- just |
- brew install just |
-
-
- macOS |
- MacPorts |
- just |
- port install just |
-
-
- Arch Linux |
- pacman |
- just |
- pacman -S just |
-
-
- Various |
- Nix |
- just |
- nix-env -iA nixpkgs.just |
-
-
- NixOS |
- Nix |
- just |
- nix-env -iA nixos.just |
-
-
- Solus |
- eopkg |
- just |
- eopkg install just |
-
-
- Void Linux |
- XBPS |
- just |
- xbps-install -S just |
-
-
- FreeBSD |
- pkg |
- just |
- pkg install just |
-
-
- Alpine Linux |
- apk-tools |
- just |
- apk add just |
-
-
- Fedora Linux |
- DNF |
- just |
- dnf install just |
-
-
- Gentoo Linux |
- Portage |
- dm9pZCAq/sys-devel/just |
-
- eselect repository enable dm9pZCAq
- emerge --sync dm9pZCAq
- emerge sys-devel/just
- |
-
-
- Various |
- Conda |
- just |
- conda install -c conda-forge just |
-
-
- Microsoft Windows |
- Chocolatey |
- just |
- choco install just |
-
-
- Various |
- Snap |
- just |
- snap install --edge --classic just |
-
-
- Various |
- asdf |
- just |
-
- asdf plugin add just
- asdf install just <version>
- |
-
-
- Debian and Ubuntu derivatives |
- MPR |
- just |
-
- git clone 'https://mpr.makedeb.org/just'
- cd just
- makedeb -si
- |
-
-
- Debian and Ubuntu derivatives |
- Prebuilt-MPR |
- just |
-
- You must have the Prebuilt-MPR set up on your system in order to run this command.
- sudo apt install just
- |
-
+
+ Various |
+ Cargo |
+ just |
+ cargo install just |
+
+
+ Microsoft Windows |
+ Scoop |
+ just |
+ scoop install just |
+
+
+ Various |
+ Homebrew |
+ just |
+ brew install just |
+
+
+ macOS |
+ MacPorts |
+ just |
+ port install just |
+
+
+ Arch Linux |
+ pacman |
+ just |
+ pacman -S just |
+
+
+ Various |
+ Nix |
+ just |
+ nix-env -iA nixpkgs.just |
+
+
+ NixOS |
+ Nix |
+ just |
+ nix-env -iA nixos.just |
+
+
+ Solus |
+ eopkg |
+ just |
+ eopkg install just |
+
+
+ Void Linux |
+ XBPS |
+ just |
+ xbps-install -S just |
+
+
+ FreeBSD |
+ pkg |
+ just |
+ pkg install just |
+
+
+ Alpine Linux |
+ apk-tools |
+ just |
+ apk add just |
+
+
+ Fedora Linux |
+ DNF |
+ just |
+ dnf install just |
+
+
+ Gentoo Linux |
+ Portage |
+ dm9pZCAq/sys-devel/just |
+
+ eselect repository enable dm9pZCAq
+ emerge --sync dm9pZCAq
+ emerge sys-devel/just
+ |
+
+
+ Various |
+ Conda |
+ just |
+ conda install -c conda-forge just |
+
+
+ Microsoft Windows |
+ Chocolatey |
+ just |
+ choco install just |
+
+
+ Various |
+ Snap |
+ just |
+ snap install --edge --classic just |
+
+
+ Various |
+ asdf |
+ just |
+
+ asdf plugin add just
+ asdf install just <version>
+ |
+
+
+ Debian and Ubuntu derivatives |
+ MPR |
+ just |
+
+ git clone 'https://mpr.makedeb.org/just'
+ cd just
+ makedeb -si
+ |
+
+
+ Debian and Ubuntu derivatives |
+ Prebuilt-MPR |
+ just |
+
+ 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 |
+ winget install --id Casey.Just --exact |
+