brew-mas: remove (wrong) Chinese translation (#8190)

pull/1/head
marchersimon 2022-07-17 09:28:57 +02:00 committed by GitHub
parent 3ce8ac7de0
commit f6d2fe18a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 27 deletions

View File

@ -1,27 +0,0 @@
# brew mas
> Mas 是一个简单的 Mac App Store 命令行界面。
- 按应用名称搜索 Mac App Store 并返回匹配的标识符:
`mas search {{应用名}}`
- 安装或更新以前购买的应用程序:
`mas install {{应用名}} {{应用 ID}}`
- 显示所有已安装的应用程序及其应用 ID
`mas list`
- 列出等待更新的已安装应用:
`mas outdated`
- 升级所有可升级的应用:
`mas upgrade`
- 升级指定的应用:
`mas upgrade {{应用 ID}}`