You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Homebrew tap for [`abrd`](https://github.com/Teamtailor/aboard-cli) — the Aboard agent CLI.
4
+
5
+
## Install
6
+
7
+
```sh
8
+
brew tap Teamtailor/aboard
9
+
brew install abrd
10
+
```
11
+
12
+
`brew upgrade abrd` to pick up new versions.
13
+
14
+
## Platforms
15
+
16
+
- macOS (Apple Silicon)
17
+
- Linux (x86_64)
18
+
19
+
Windows users: download the `.exe` directly from a [release](https://github.com/Teamtailor/homebrew-aboard/releases).
20
+
21
+
## How this tap is maintained
22
+
23
+
`Formula/abrd.rb` and the release tarballs are both regenerated automatically by the [release workflow](https://github.com/Teamtailor/aboard-cli/blob/main/.github/workflows/release.yml) in `Teamtailor/aboard-cli` whenever a `v*` tag is pushed there. Do not hand-edit the formula — your changes will be overwritten on the next release.
24
+
25
+
Source code, issues, and contributions: <https://github.com/Teamtailor/aboard-cli>.
0 commit comments