1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 18:17:57 +01:00

scoop: add Chinese translation

This commit is contained in:
Starccy 2019-03-11 20:31:10 +08:00 committed by Starbeamrainbowlabs
parent 1068da995a
commit 1d07ea2b64

35
pages.zh/windows/scoop.md Normal file
View file

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