Skip to content

Commit 8526d47

Browse files
yamitzkyclaude
andcommitted
docs: reorder installation sections, binaries first
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1f60076 commit 8526d47

2 files changed

Lines changed: 34 additions & 26 deletions

File tree

README.md

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

19-
```bash
20-
npm install -g sladm-cli
21-
# or
22-
bun install -g sladm-cli
23-
```
24-
25-
Or run directly without installing:
26-
27-
```bash
28-
npx sladm-cli --help
29-
```
30-
31-
### Pre-built Binaries
19+
### Pre-built Binaries (recommended)
3220

3321
Standalone binaries (no runtime required) are available on the [Releases](https://github.com/yamitzky/slack-admin-cli/releases) page:
3422

@@ -47,6 +35,22 @@ chmod +x sladm
4735
sudo mv sladm /usr/local/bin/
4836
```
4937

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+
5054
## Agent Skill
5155

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

README_ja.md

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

1717
## Installation
1818

19-
```bash
20-
npm install -g sladm-cli
21-
# or
22-
bun install -g sladm-cli
23-
```
24-
25-
インストールせずに直接実行:
26-
27-
```bash
28-
npx sladm-cli --help
29-
```
30-
31-
### ビルド済みバイナリ
19+
### ビルド済みバイナリ(推奨)
3220

3321
ランタイム不要のスタンドアロンバイナリを [Releases](https://github.com/yamitzky/slack-admin-cli/releases) ページからダウンロードできます:
3422

@@ -47,6 +35,22 @@ chmod +x sladm
4735
sudo mv sladm /usr/local/bin/
4836
```
4937

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+
5054
## Agent Skill
5155

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

0 commit comments

Comments
 (0)