From a0d5b35713f77ccd72d744df51b74d02f366579b Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Mon, 4 Jul 2022 17:52:24 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A8=20Fix=20markdown=20lint=20findings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 196d1fc..07f552c 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,12 @@ $ mas search Xcode ``` Another way to find the identifier for an app is to + 1. Find the app in the Mac App Store 2. Select `Share` > `Copy Link` -3. Grab the identifier from the string, e.g. for Xcode, https://apps.apple.com/us/app/xcode/id497799835?mt=12 has identifier `497799835` +3. Grab the identifier from the string, e.g. for Xcode, + [https://apps.apple.com/us/app/xcode/id497799835?mt=12](https://apps.apple.com/us/app/xcode/id497799835?mt=12) + has identifier `497799835` To install or update an application simply run `mas install` with an application identifier: