Skip to content

Commit f48eb2d

Browse files
committed
doc: Update README.md
1 parent 3321bac commit f48eb2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,10 @@ pod 'GMObjC','3.0.0'
1313
pod spec lint MapManagerReportLocation.podspec --verbose
1414

1515
pod repo add MapManagerReportLocation https://github.com/jaywcjlove/map-manager-report-location.git
16+
```
17+
18+
Repo 添加成功后你可以在 `~/.cocoapods/repos/` 目录下找到和你建立的 `spec repo` 同名的文件夹。然后你就需要 `cd` 到你存放需要添加的 `spec` 文件的目录下将它 `push` 到远程端仓库中。
19+
20+
```bash
1621
pod repo push MapManagerReportLocation MapManagerReportLocation.podspec
1722
```

0 commit comments

Comments
 (0)