Update README.md

This commit is contained in:
Lothar Haeger 2020-08-11 17:21:39 +02:00 committed by GitHub
parent 65a5380e92
commit 0192515b04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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