💡 Simplify tap install command example

Old way triggers the following warnings:

Warning: Calling brew tap-pin user/tap is deprecated! Use fully-scoped user/tap/formula naming instead.
Warning: mas is provided by core, but is now shadowed by mas-cli/tap/mas.
This commit is contained in:
Ben Chatelain 2019-04-30 07:39:28 -06:00
parent eef2f010bb
commit bf7b68fe00

View file

@ -26,12 +26,10 @@ for all macOS versions since 10.11.
#### 😴 TL;DR
Just run these commands:
Just run this command:
```
$ brew tap mas-cli/tap
$ brew tap-pin mas-cli/tap
$ brew install mas
```bash
brew install mas-cli/tap/mas
```
### 🐙 GitHub Releases