Skip to content

Commit fa6e2a3

Browse files
committed
Add README
1 parent 2ad68a5 commit fa6e2a3

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# homebrew-aboard
2+
3+
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

Comments
 (0)