Skip to content

Commit 16fb222

Browse files
authored
Update README.md
1 parent 432efbc commit 16fb222

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@ Then, run the following command:
2121
$ pod install
2222
```
2323

24+
### Carthage
25+
26+
To integrate Instabug into your Xcode project using [Carthage](https://github.com/Carthage/Carthage), add it to your `Cartfile`:
27+
28+
```
29+
binary "https://raw.githubusercontent.com/Instabug/Instabug-iOS/master/Carthage.json"
30+
```
31+
32+
Then, run the following command:
33+
34+
```bash
35+
$ carthage update
36+
```
37+
38+
Then drag Instabug.framework into your Xcode project.
39+
2440
### Manually
2541

2642
1. [Download the Instabug SDK](https://s3.amazonaws.com/instabug-pro/sdk_releases/Instabug.zip)

0 commit comments

Comments
 (0)