Skip to content

Commit 723b46a

Browse files
committed
Document how to install via Homebrew 🍺
Closes #2.
1 parent 9e66404 commit 723b46a

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
@@ -16,6 +16,22 @@ ql <path/to/file>
1616

1717
Yes, there is `qlmanage`. But you’d always have `[DEBUG]` staring at you.
1818

19+
## Installing 📦
20+
21+
You can install `ql` via Homebrew:
22+
23+
```shell
24+
brew install --HEAD pmeinhardt/tools/ql
25+
```
26+
27+
This will build the tool from source.
28+
29+
To update, use:
30+
31+
```shell
32+
brew upgrade --fetch-HEAD pmeinhardt/tools/ql
33+
```
34+
1935
## Building 🪛
2036

2137
In order to build the `ql` command, run:

0 commit comments

Comments
 (0)