mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
Update README.md
This commit is contained in:
parent
65a5380e92
commit
0192515b04
1 changed files with 9 additions and 1 deletions
10
README.md
10
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue