*: normalize colons (#7913)

This commit is contained in:
Seth Falco
2022-03-27 07:25:15 +02:00
committed by GitHub
parent f63fedd585
commit 27ff55fc2e
88 changed files with 144 additions and 144 deletions

View File

@@ -4,22 +4,22 @@
> 如果 Scoop 不知道 bucket 在哪里,则必须指定其存储库位置。
> 更多信息:<https://github.com/lukesampson/scoop/wiki/Buckets>.
- 列出所有正在使用的 bucket:
- 列出所有正在使用的 bucket
`scoop bucket list`
- 列出所有已知 bucket:
- 列出所有已知 bucket
`scoop bucket known`
- 按名称添加一个已知 bucket:
- 按名称添加一个已知 bucket
`scoop bucket add {{名称}}`
- 通过名称和 Git 存储库 URL 添加未知 bucket:
- 通过名称和 Git 存储库 URL 添加未知 bucket
`scoop bucket add {{名称}} {{https://example.com/repository.git}}`
- 按名称删除 bucket:
- 按名称删除 bucket
`scoop bucket rm {{名称}}`