Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,21 @@ Before you start, make sure you have:

#### Install CLI

**From npm (recommended):**
Choose **one** of the following methods:

**Option 1 — From npm (recommended):**

```bash
npm install -g @larksuite/cli
```

**From source:**
**Option 2 — From source:**

Requires Go `v1.23`+ and Python 3.

```bash
git clone https://github.com/larksuite/cli.git
cd cli
make install
```

Expand Down
10 changes: 8 additions & 2 deletions README.zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,21 @@

#### 安装 CLI

**从 npm 安装(推荐):**
以下两种方式**任选其一**:

**方式一 — 从 npm 安装(推荐):**

```bash
npm install -g @larksuite/cli
```

**从源码安装:**
**方式二 — 从源码安装:**

需要 Go `v1.23`+ 和 Python 3。

```bash
git clone https://github.com/larksuite/cli.git
cd cli
make install
```

Expand Down