From bf7b68fe002c7c20febf0051936b4455e9dc69ff Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Tue, 30 Apr 2019 07:39:28 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A1=20Simplify=20tap=20install=20comma?= =?UTF-8?q?nd=20example?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ebbbecf..f80ee6f 100644 --- a/README.md +++ b/README.md @@ -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