mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 11:13:06 +00:00
Identifier from App Store
This commit is contained in:
parent
910bf23978
commit
a60aebb607
1 changed files with 5 additions and 0 deletions
|
@ -82,6 +82,11 @@ $ 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`
|
||||
|
||||
To install or update an application simply run `mas install` with an
|
||||
application identifier:
|
||||
|
||||
|
|
Loading…
Reference in a new issue