Skip to content

Commit eb196cb

Browse files
committed
docs(readme): add standalone installation options
1 parent 4ec0f68 commit eb196cb

4 files changed

Lines changed: 68 additions & 4 deletions

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Send the following to your Agent — it will detect your environment, then insta
8282
Please read https://bailian.aliyun.com/cli/install.md and install the Aliyun Model Studio CLI for me
8383
```
8484

85-
**Manual install (npm)**
85+
**Install with npm**
8686

8787
```bash
8888
npm install -g bailian-cli
@@ -91,6 +91,22 @@ bl skill init
9191

9292
> Requires Node.js >= 18.17.
9393
94+
**Install on macOS/Linux**
95+
96+
```bash
97+
curl -fsSL https://bailian.aliyun.com/cli/install.sh | bash
98+
```
99+
100+
> No Node.js required. The installer automatically installs Bailian Skills.
101+
102+
**Install on Windows**
103+
104+
```powershell
105+
irm https://bailian.aliyun.com/cli/install.ps1 | iex
106+
```
107+
108+
> No Node.js required. The installer automatically installs Bailian Skills.
109+
94110
## Quick Start
95111

96112
Once installed, just describe your task to your AI Agent — no need to assemble commands by hand.

README.zh.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ _专为 AI Agent 打造,每个命令均可作为结构化工具调用。_
8181
请阅读:https://bailian.aliyun.com/cli/install.md 并按照说明为我安装阿里云百炼 CLI
8282
```
8383

84-
**手动安装(npm**
84+
**npm 安装**
8585

8686
```bash
8787
npm install -g bailian-cli
@@ -90,6 +90,22 @@ bl skill init
9090

9191
> 需要预先安装 Node.js >= 18.17。
9292
93+
**macOS/Linux 安装**
94+
95+
```bash
96+
curl -fsSL https://bailian.aliyun.com/cli/install.sh | bash
97+
```
98+
99+
> 无需预先安装 Node.js,安装脚本会自动安装 Bailian Skills。
100+
101+
**Windows 安装**
102+
103+
```powershell
104+
irm https://bailian.aliyun.com/cli/install.ps1 | iex
105+
```
106+
107+
> 无需预先安装 Node.js,安装脚本会自动安装 Bailian Skills。
108+
93109
## 快速开始
94110

95111
安装完成后,直接在 AI Agent 中描述你的任务,无需手动拼接命令。

packages/cli/README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Send the following to your Agent — it will detect your environment, then insta
8282
Please read https://bailian.aliyun.com/cli/install.md and install the Aliyun Model Studio CLI for me
8383
```
8484

85-
**Manual install (npm)**
85+
**Install with npm**
8686

8787
```bash
8888
npm install -g bailian-cli
@@ -91,6 +91,22 @@ bl skill init
9191

9292
> Requires Node.js >= 18.17.
9393
94+
**Install on macOS/Linux**
95+
96+
```bash
97+
curl -fsSL https://bailian.aliyun.com/cli/install.sh | bash
98+
```
99+
100+
> No Node.js required. The installer automatically installs Bailian Skills.
101+
102+
**Install on Windows**
103+
104+
```powershell
105+
irm https://bailian.aliyun.com/cli/install.ps1 | iex
106+
```
107+
108+
> No Node.js required. The installer automatically installs Bailian Skills.
109+
94110
## Quick Start
95111

96112
Once installed, just describe your task to your AI Agent — no need to assemble commands by hand.

packages/cli/README.zh.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ _专为 AI Agent 打造,每个命令均可作为结构化工具调用。_
8181
请阅读:https://bailian.aliyun.com/cli/install.md 并按照说明为我安装阿里云百炼 CLI
8282
```
8383

84-
**手动安装(npm**
84+
**npm 安装**
8585

8686
```bash
8787
npm install -g bailian-cli
@@ -90,6 +90,22 @@ bl skill init
9090

9191
> 需要预先安装 Node.js >= 18.17。
9292
93+
**macOS/Linux 安装**
94+
95+
```bash
96+
curl -fsSL https://bailian.aliyun.com/cli/install.sh | bash
97+
```
98+
99+
> 无需预先安装 Node.js,安装脚本会自动安装 Bailian Skills。
100+
101+
**Windows 安装**
102+
103+
```powershell
104+
irm https://bailian.aliyun.com/cli/install.ps1 | iex
105+
```
106+
107+
> 无需预先安装 Node.js,安装脚本会自动安装 Bailian Skills。
108+
93109
## 快速开始
94110

95111
安装完成后,直接在 AI Agent 中描述你的任务,无需手动拼接命令。

0 commit comments

Comments
 (0)