format zh translations

This commit is contained in:
Ein Verne
2019-10-18 10:33:27 +08:00
committed by Starbeamrainbowlabs
parent e90e6bdf6b
commit 7f995941ed
183 changed files with 1086 additions and 1101 deletions

View File

@@ -1,35 +1,35 @@
# scoop
> Windows的命令行安装程序.
> Windows 的命令行安装程序
- 安装一个包:
- 安装一个包
`scoop install {{包名}}`
- 删除一个包:
- 删除一个包
`scoop uninstall {{包名}}`
- 更新所有已安装的包:
- 更新所有已安装的包
`scoop update *`
- 列出所有已安装的包:
- 列出所有已安装的包
`scoop list`
- 显示一个包的信息:
- 显示一个包的信息
`scoop info {{包名}}`
- 搜索一个包:
- 搜索一个包
`scoop search {{包名}}`
- 列出所有已知的桶(“桶”代表程序的仓库):
- 列出所有已知的桶 (“桶”代表程序的仓库:
`scoop bucket known`
- 通过别名或Git存储库URL添加存储桶:
- 通过别名或 Git 存储库 URL 添加存储桶
`scoop bucket add {{bucket}}`