Skip to content
This repository was archived by the owner on Mar 1, 2020. It is now read-only.

Commit a8caa70

Browse files
committed
[README] Include installation
1 parent 2c62f54 commit a8caa70

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,20 @@ Allowing you to use Xcode generated managed object classes with QueryKit.
66

77
## Installation
88

9-
TODO?
9+
Installation can be done via [Homebrew](http://brew.sh) as follows:
10+
11+
```shell
12+
$ brew install querykit/formulae/querykit-cli
13+
```
14+
15+
Alternatively, you can build it yourself with Xcode 7.
16+
17+
```shell
18+
$ git clone https://github.com/QueryKit/querykit-cli
19+
$ cd querykit-cli
20+
$ make
21+
$ make install
22+
```
1023

1124
## Usage
1225

0 commit comments

Comments
 (0)