mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
💡 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:
parent
eef2f010bb
commit
bf7b68fe00
1 changed files with 3 additions and 5 deletions
|
@ -26,12 +26,10 @@ for all macOS versions since 10.11.
|
||||||
|
|
||||||
#### 😴 TL;DR
|
#### 😴 TL;DR
|
||||||
|
|
||||||
Just run these commands:
|
Just run this command:
|
||||||
|
|
||||||
```
|
```bash
|
||||||
$ brew tap mas-cli/tap
|
brew install mas-cli/tap/mas
|
||||||
$ brew tap-pin mas-cli/tap
|
|
||||||
$ brew install mas
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### 🐙 GitHub Releases
|
### 🐙 GitHub Releases
|
||||||
|
|
Loading…
Reference in a new issue