mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
Add note about installing through app store first
I thought you could simply install this through the command line.
This commit is contained in:
parent
281dcf084c
commit
a84c608ae5
1 changed files with 3 additions and 1 deletions
|
@ -75,7 +75,7 @@ To sign into the Mac App Store for the first time run `mas signin`.
|
|||
==> Signing in to Apple ID: mas@example.com
|
||||
Password:
|
||||
|
||||
> If you experience issues signing in this way, you can ask to signin using a graphical dialog (provided by Mac App Store application):
|
||||
If you experience issues signing in this way, you can ask to signin using a graphical dialog (provided by Mac App Store application):
|
||||
>
|
||||
> $ mas signin --dialog mas@example.com
|
||||
> ==> Signing in to Apple ID: mas@example.com
|
||||
|
@ -93,6 +93,8 @@ Use `mas signout` to sign out from the Mac App Store.
|
|||
|
||||
## When something doesn't work
|
||||
|
||||
If you see the error "This redownload is not available for this Apple ID either because it was bought by a different user of the item was refunded or cancelled.", it's probably because you haven't installed the app through the App Store yet. See [#46](https://github.com/mas-cli/mas/issues/46#issuecomment-248581233).
|
||||
|
||||
If `mas` doesn't work for you as expected (e.g. you can't update/download apps), run `mas reset` and try again. If the issue persists, please [file a bug](https://github.com/mas-cli/mas/issues/new)! All your feedback is much appreciated ✨
|
||||
|
||||
## Using `tmux`
|
||||
|
|
Loading…
Reference in a new issue