Skip to content

Commit 16ccbcd

Browse files
committed
📚 Update README.
1 parent 3b86efc commit 16ccbcd

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@
44
## Installation
55
This section explains how to install Instabug SDK into your React Native application.
66

7-
1. Add Instabug SDK to your iOS project by adding this to your [**Podfile**](https://guides.cocoapods.org/syntax/podfile.html) (You can skip this step if you are building an Android app only).
8-
```bash
9-
pod 'Instabug', '~> 7.0'
10-
```
11-
12-
2. Open the terminal and navigate to your React Native Directory. Then run the following command.
7+
1. Open the terminal and navigate to your React Native Directory. Then run the following command.
138

149
```bash
1510
npm install instabug-reactnative
@@ -20,7 +15,7 @@ or
2015
yarn add instabug-reactnative
2116
```
2217

23-
3. Link the bridging files in the npm package to the ios project use the following command.
18+
2. Link the bridging files in the npm package to the ios project use the following command.
2419
```bash
2520
react-native link instabug-reactnative
2621
```

0 commit comments

Comments
 (0)