From 5b267303221126081f4766e70e8404d42f46837b Mon Sep 17 00:00:00 2001 From: Phorcys <57866459+phorcys420@users.noreply.github.com> Date: Mon, 24 Aug 2026 17:37:23 +0200 Subject: [PATCH 1/2] chore: add `nixpkgs` to README --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 691afc83b..c106d8fe8 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,13 @@ 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+ | +| [NixOS](https://nixos.org) [`nixpkgs`](http://search.nixos.org/packages) | `nix-shell -p mas` | [![MacPorts](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) | 13+ | +| [GitHub Releases](https://github.com/mas-cli/mas/releases) | Installers & source archives | All | Release-dependent | From d3a87d154f535c19f127d3284b2808d03f81eca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phorcys=20=F0=9F=90=BE?= <57866459+phorcys420@users.noreply.github.com> Date: Tue, 25 Aug 2026 18:20:34 +0200 Subject: [PATCH 2/2] Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Ross Goldberg <484615+rgoldberg@users.noreply.github.com> Signed-off-by: Phorcys 🐾 <57866459+phorcys420@users.noreply.github.com> --- README.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c106d8fe8..a87bfcdaa 100644 --- a/README.md +++ b/README.md @@ -23,13 +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+ | -| [NixOS](https://nixos.org) [`nixpkgs`](http://search.nixos.org/packages) | `nix-shell -p mas` | [![MacPorts](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) | 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 |