Skip to content

Commit d9f59dc

Browse files
Merge pull request #37 from RedMadRobot/update-readme
Add Homebrew, SPM and manual installation instruction
2 parents 997c77d + 4bac00b commit d9f59dc

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,34 @@
1717

1818
## Installation
1919

20-
### Cocoapods
20+
To use Catbird in UI-tests you must have Catbird server and Catbird API code which allows you to communicate with the server.
21+
22+
| Type | Server | API code |
23+
| ---- | ------ | -------- |
24+
| Manual |||
25+
| Homebrew || 🚫 |
26+
| SPM | 🚫 ||
27+
| CocoaPods |||
28+
29+
### Manual
30+
31+
Download [catbird.zip](https://github.com/RedMadRobot/catbird/releases/latest/download/catbird.zip) archive from the [latest release](https://github.com/RedMadRobot/catbird/releases/latest) page.
32+
33+
### Using [Homebrew](http://brew.sh/):
34+
35+
Run the following command:
36+
37+
```
38+
brew install RedMadRobot/formulae/catbird
39+
```
40+
41+
### Using [SPM](https://www.swift.org/package-manager/):
42+
43+
If you have an Xcode project, open it and add Catbird Package using the following URL:
44+
45+
`https://github.com/RedMadRobot/catbird.git`
46+
47+
### Using [CocoaPods](https://cocoapods.org):
2148

2249
Add `Catbird` to UI tests target.
2350

0 commit comments

Comments
 (0)