From 0192515b04d4245460df4c6b88d8e5e84bd04658 Mon Sep 17 00:00:00 2001 From: Lothar Haeger Date: Tue, 11 Aug 2020 17:21:39 +0200 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a25a33b..a4fe543 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,15 @@ A simple command line interface for the Mac App Store. Designed for scripting an brew install mas ``` -⚠️ Note that macOS 10.14 (Mojave) is required to install mas from the core Homebrew formula. +### MacPorts + +[MacPorts](https://www.macports.org/install.php) works as well: + +```bash +sudo port install mas +``` + +⚠️ Note that macOS 10.14 (Mojave) is required to install mas from MacPorts or the core Homebrew formula. ### ☎️ Older macOS Versions