Skip to content

Commit 9088405

Browse files
Update README
1 parent 3b56b23 commit 9088405

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ Updating to a new version? Check the [Update Guide](#update-guide) before bumpin
3030
yarn add instabug-reactnative
3131
```
3232

33-
2. For projects that build for iOS, install `xcodeproj` gem:
33+
2. CocoaPods on iOS needs this extra step:
3434

3535
```bash
36-
gem install xcodeproj
36+
cd ios && pod install && cd ..
3737
```
3838

3939
3. **For React Native >= 0.60**, simply run the command:

0 commit comments

Comments
 (0)