Skip to content

Commit 79cce99

Browse files
committed
chore(docs): add brew installation docs
1 parent 25972b1 commit 79cce99

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
audience: general
2+
level: silent
3+
---

clients/client-shell/README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,22 @@ scripts. It provides utilities ranging from direct calls to the specific API
1111
endpoints to more complex and _practical_ tasks like listing and cancelling
1212
scheduled runs.
1313

14-
### Installation
14+
## Installation
1515

16-
To install, Linux users should download the `taskcluster` binary for the latest release your
16+
### Homebrew (recommended)
17+
18+
```bash
19+
brew install taskcluster/tap/taskcluster
20+
```
21+
Link to the Homebrew Tap: [taskcluster/homebrew-tap](https://github.com/taskcluster/homebrew-tap).
22+
23+
### Curl
24+
25+
Linux users should download the `taskcluster` binary for the latest release your
1726
platform, run `chmod +x` and run it!
1827

1928
MacOS users run the following command:
20-
```shell
29+
```bash
2130
curl -L https://github.com/taskcluster/taskcluster/releases/download/v44.17.2/taskcluster-darwin-amd64 --output taskcluster
2231
```
2332
This is to ensure the binary is not quarantined by MacOS.
@@ -26,6 +35,7 @@ course.
2635

2736
* [linux-amd64](https://github.com/taskcluster/taskcluster/releases/download/v44.17.2/taskcluster-linux-amd64)
2837
* [darwin-amd64](https://github.com/taskcluster/taskcluster/releases/download/v44.17.2/taskcluster-darwin-amd64)
38+
* [darwin-arm64](https://github.com/taskcluster/taskcluster/releases/download/v44.17.2/taskcluster-darwin-arm64)
2939

3040
## Usage
3141

0 commit comments

Comments
 (0)