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
Copy file name to clipboardExpand all lines: clients/client-shell/README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,13 +11,22 @@ scripts. It provides utilities ranging from direct calls to the specific API
11
11
endpoints to more complex and _practical_ tasks like listing and cancelling
12
12
scheduled runs.
13
13
14
-
###Installation
14
+
## Installation
15
15
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
0 commit comments