Skip to content

Commit 1f4e5a2

Browse files
Copilotalexec
andauthored
Add MacOS installation instructions and update to v0.0.11 (#15)
* Initial plan * Add installation instructions for both Linux and MacOS with latest version v0.0.11 Co-authored-by: alexec <1142830+alexec@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alexec <1142830+alexec@users.noreply.github.com>
1 parent e61494c commit 1f4e5a2

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

README.md

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,36 @@ It's aimed at coding agents with a very simple interface, and is not intended to
88

99
## Installation
1010

11-
Download the binary for your platform from the release page:
11+
Download the binary for your platform from the [release page](https://github.com/kitproj/slack-cli/releases).
1212

13+
### Linux
14+
15+
**AMD64 (x86_64):**
16+
```bash
17+
sudo curl -fsL -o /usr/local/bin/slack https://github.com/kitproj/slack-cli/releases/download/v0.0.11/slack_v0.0.11_linux_amd64
18+
sudo chmod +x /usr/local/bin/slack
19+
```
20+
21+
**ARM64:**
1322
```bash
1423
sudo curl -fsL -o /usr/local/bin/slack https://github.com/kitproj/slack-cli/releases/download/v0.0.11/slack_v0.0.11_linux_arm64
1524
sudo chmod +x /usr/local/bin/slack
1625
```
1726

27+
### MacOS
28+
29+
**Intel (AMD64):**
30+
```bash
31+
sudo curl -fsL -o /usr/local/bin/slack https://github.com/kitproj/slack-cli/releases/download/v0.0.11/slack_v0.0.11_darwin_amd64
32+
sudo chmod +x /usr/local/bin/slack
33+
```
34+
35+
**Apple Silicon (ARM64):**
36+
```bash
37+
sudo curl -fsL -o /usr/local/bin/slack https://github.com/kitproj/slack-cli/releases/download/v0.0.11/slack_v0.0.11_darwin_arm64
38+
sudo chmod +x /usr/local/bin/slack
39+
```
40+
1841
## Configuration
1942

2043
### Getting Your Slack API Token

0 commit comments

Comments
 (0)