From b1ceaff81593aa82109a303d989556351da7b055 Mon Sep 17 00:00:00 2001 From: Maximilian Blochberger Date: Sat, 21 Mar 2020 14:24:27 +0100 Subject: [PATCH] Add documentation for the purchase command --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37c2d9e..bbdf636 100644 --- a/README.md +++ b/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.