mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
Add documentation for the purchase command
This commit is contained in:
parent
fbfe5385ee
commit
b1ceaff815
1 changed files with 10 additions and 1 deletions
11
README.md
11
README.md
|
@ -92,7 +92,16 @@ $ mas lucky twitter
|
|||
```
|
||||
|
||||
> Please note that this command will not allow you to install (or even purchase) an app for the first time:
|
||||
it must already be in the Purchased tab of the App Store.
|
||||
use the `purchase` command in that case.
|
||||
|
||||
```bash
|
||||
$ mas purchase 768053424
|
||||
==> Downloading Gapplin
|
||||
==> Installed Gapplin
|
||||
```
|
||||
|
||||
> Please note that you may have to re-authenticate yourself in the App Store to complete the purchase.
|
||||
This is the case if the application is not free or if you configured your account not to remember the credentials for free purchases.
|
||||
|
||||
Use `mas outdated` to list all applications with pending updates.
|
||||
|
||||
|
|
Loading…
Reference in a new issue