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
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue