*: 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

@@ -7,11 +7,11 @@
`carthage update`
- 仅针对 IOS 平台,升级依赖文件 :
- 仅针对 IOS 平台,升级依赖文件
`carthage update --platform ios`
- 仅更新依赖,但不编译它们 :
- 仅更新依赖,但不编译它们
`carthage update --no-build`
@@ -19,6 +19,6 @@
`carthage bootstrap`
- 重新编译特定依赖项 :
- 重新编译特定依赖项
`carthage build {{依赖包}}`