Skip to content

Commit 8400eba

Browse files
committed
📚Update README file.
1 parent 7ff6cc5 commit 8400eba

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

README.md

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

7-
1. Open the terminal and navigate to your React Native Directory. Then run the following command.
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.
813

914
```bash
1015
npm install instabug-reactnative
@@ -15,19 +20,10 @@ or
1520
yarn add instabug-reactnative
1621
```
1722

18-
2. Link the bridging files in the npm package to the ios project use the following command.
23+
3. Link the bridging files in the npm package to the ios project use the following command.
1924
```bash
2025
react-native link instabug-reactnative
2126
```
22-
3. 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).
23-
```bash
24-
pod 'Instabug', '~> 7.0'
25-
```
26-
4.Then run the following command (You can skip this step if you are building an Android app only).
27-
```bash
28-
pod install
29-
```
30-
CocoaPods will download and install the SDK and add all the required dependencies into your ios project.
3127

3228
## Using Instabug
3329
1. To start using Instabug, import it into your `index.ios.js` and `index.android.js` file.

0 commit comments

Comments
 (0)