Skip to content

Commit a1867c8

Browse files
authored
Update CocoaPods.md (#2867)
1 parent 67dafcc commit a1867c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CocoaPods.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ You need to install CocoaPods. If you haven't yet, you can do so by running:
1414

1515
```bash
1616
$ sudo gem install cocoapods
17+
$ pod setup
1718
```
1819
> **NOTE:** The minimum required version of CocoaPods is 1.0.0.
1920
@@ -27,6 +28,7 @@ To update CocoaPods, just run the installation command again.
2728

2829
```
2930
sudo gem install cocoapods
31+
pod setup
3032
```
3133

3234
## Create CLI Project

0 commit comments

Comments
 (0)