mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +00:00
Improve the README
This commit is contained in:
parent
1b199e98a7
commit
af6e64d0fa
1 changed files with 5 additions and 8 deletions
13
README.md
13
README.md
|
@ -1,7 +1,7 @@
|
|||
# mas-cli
|
||||
|
||||
Command line interface for the Mac App Store, designed for scripting and
|
||||
automation.
|
||||
A simple command line interface for the Mac App Store. Designed for scripting
|
||||
and automation.
|
||||
|
||||
## Install
|
||||
|
||||
|
@ -14,23 +14,20 @@ Alternatively binaries are available in the [GitHub Releases](ghreleases)
|
|||
## Usage
|
||||
|
||||
Each application in the Mac App Store has a product identifier which is also
|
||||
used for mas-cli commands. The best way to find the product identifier of an
|
||||
app is to run `mas list`. This will list all installed applications along with
|
||||
their product identifiers
|
||||
used for mas-cli commands. Using `mas list` will show all installed
|
||||
applications and their product identifiers.
|
||||
|
||||
$ mas list
|
||||
446107677 Screens
|
||||
407963104 Pixelmator
|
||||
497799835 Xcode
|
||||
|
||||
To install an application simply run `mas install`:
|
||||
To install or update an application simply run `mas install`:
|
||||
|
||||
$ mas install 808809998
|
||||
==> Downloading PaintCode 2
|
||||
==> Installed PaintCode 2
|
||||
|
||||
`mas install` can also be used to install pending updates.
|
||||
|
||||
Use `mas outdated` to list all applications with pending updates.
|
||||
|
||||
$ mas outdated
|
||||
|
|
Loading…
Reference in a new issue