Skip to content

Commit feee07f

Browse files
yamitzkyclaude
andcommitted
docs: reorder installation, npm/bun first, add bunx
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8cea917 commit feee07f

2 files changed

Lines changed: 32 additions & 32 deletions

File tree

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ CLI & Agent Skill for managing Slack Enterprise Grid / Business+ workspaces via
1616
1717
## Installation
1818

19+
Requires [Bun](https://bun.sh) runtime:
20+
21+
```bash
22+
npm install -g sladm-cli
23+
# or
24+
bun install -g sladm-cli
25+
```
26+
27+
Or run directly without installing:
28+
29+
```bash
30+
npx sladm-cli --help
31+
# or
32+
bunx sladm-cli --help
33+
```
34+
1935
### Pre-built Binaries
2036

2137
Standalone binaries (no runtime required) are available on the [Releases](https://github.com/yamitzky/slack-admin-cli/releases) page:
@@ -35,22 +51,6 @@ chmod +x sladm
3551
sudo mv sladm /usr/local/bin/
3652
```
3753

38-
### Via npm / Bun
39-
40-
Requires [Bun](https://bun.sh) runtime:
41-
42-
```bash
43-
npm install -g sladm-cli
44-
# or
45-
bun install -g sladm-cli
46-
```
47-
48-
Or run directly without installing:
49-
50-
```bash
51-
npx sladm-cli --help
52-
```
53-
5454
## Agent Skill
5555

5656
To use this CLI as an agent skill in Claude Code, Cursor, OpenCode, etc.:

README_ja.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ Slack Enterprise Grid / Business+ ワークスペースの `admin.*` API を操
1616

1717
## Installation
1818

19+
[Bun](https://bun.sh) ランタイムが必要です:
20+
21+
```bash
22+
npm install -g sladm-cli
23+
# or
24+
bun install -g sladm-cli
25+
```
26+
27+
インストールせずに直接実行:
28+
29+
```bash
30+
npx sladm-cli --help
31+
# or
32+
bunx sladm-cli --help
33+
```
34+
1935
### ビルド済みバイナリ
2036

2137
ランタイム不要のスタンドアロンバイナリを [Releases](https://github.com/yamitzky/slack-admin-cli/releases) ページからダウンロードできます:
@@ -35,22 +51,6 @@ chmod +x sladm
3551
sudo mv sladm /usr/local/bin/
3652
```
3753

38-
### npm / Bun 経由
39-
40-
[Bun](https://bun.sh) ランタイムが必要です:
41-
42-
```bash
43-
npm install -g sladm-cli
44-
# or
45-
bun install -g sladm-cli
46-
```
47-
48-
インストールせずに直接実行:
49-
50-
```bash
51-
npx sladm-cli --help
52-
```
53-
5454
## Agent Skill
5555

5656
Claude Code、Cursor、OpenCode 等のコーディングエージェントでスキルとして利用する場合:

0 commit comments

Comments
 (0)