Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 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}}`