diff --git a/README.md b/README.md index 691afc83b..a87bfcdaa 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,14 @@ automation. -| Provider | Method | mas | macOS | -|:------------------------------------------------------------------------------|:-------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------| -| [Homebrew](https://brew.sh) [Core](https://github.com/Homebrew/homebrew-core) | `brew install mas` | [![Homebrew Core](https://repology.org/badge/version-for-repo/homebrew/mas-mac-app-store.svg?header=)](https://formulae.brew.sh/formula/mas) | 14+ (recommended) | -| [Homebrew](https://brew.sh) [Tap](https://github.com/mas-cli/homebrew-tap) | `brew install mas-cli/tap/mas` | [![Homebrew Tap](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Fmas-cli%2Fhomebrew-tap%2Freleases%2Flatest&query=%24.name&label=&color=4c1)](https://github.com/mas-cli/homebrew-tap/releases/latest) | 13+ | -| [MacPorts](https://www.macports.org/install.php) | `sudo port install mas` | [![MacPorts](https://repology.org/badge/version-for-repo/macports/mas-mac-app-store.svg?header=)](https://ports.macports.org/port/mas/details/) | 13+ | -| [GitHub Releases](https://github.com/mas-cli/mas/releases) | Installers & source archives | All | Release-dependent | +| Provider | Method | mas | macOS | +|:----------------------------------------------------------------------------------------|:-------------------------------|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|:------------------| +| [Homebrew](https://brew.sh) [Core](https://github.com/Homebrew/homebrew-core) | `brew install mas` | [![Homebrew Core](https://repology.org/badge/version-for-repo/homebrew/mas-mac-app-store.svg?header=)](https://formulae.brew.sh/formula/mas) | 14+ (recommended) | +| [Homebrew](https://brew.sh) [Tap](https://github.com/mas-cli/homebrew-tap) | `brew install mas-cli/tap/mas` | [![Homebrew Tap](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Fmas-cli%2Fhomebrew-tap%2Freleases%2Flatest&query=%24.name&label=&color=4c1)](https://github.com/mas-cli/homebrew-tap/releases/latest) | 13+ | +| [MacPorts](https://www.macports.org/install.php) | `sudo port install mas` | [![MacPorts](https://repology.org/badge/version-for-repo/macports/mas-mac-app-store.svg?header=)](https://ports.macports.org/port/mas/details/) | 13+ | +| [Nix](https://nixos.org) [Nixpkgs unstable](https://nixos.org/manual/nixpkgs/unstable/) | `nix-shell -p mas` | [![Nixpkgs unstable](https://repology.org/badge/version-for-repo/nix_unstable/mas-mac-app-store.svg?header=)](https://search.nixos.org/packages?channel=unstable&query=mas#show=mas) | 14+ | +| [Nix](https://nixos.org) [Nixpkgs stable](https://nixos.org/manual/nixpkgs/stable/) | `nix-shell -p mas` | [![Nixpkgs stable](https://img.shields.io/badge/%3F-lightgrey)](https://search.nixos.org/packages?query=mas#show=mas) | 14+ | +| [GitHub Releases](https://github.com/mas-cli/mas/releases) | Installers & source archives | All | Release-dependent |