From eb196cb4a6c82156bf0a8da77563a964bde26e86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=A5=E9=BA=92?= Date: Fri, 14 Aug 2026 16:26:47 +0800 Subject: [PATCH] docs(readme): add standalone installation options --- README.md | 18 +++++++++++++++++- README.zh.md | 18 +++++++++++++++++- packages/cli/README.md | 18 +++++++++++++++++- packages/cli/README.zh.md | 18 +++++++++++++++++- 4 files changed, 68 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 891699e..c25ee43 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Send the following to your Agent — it will detect your environment, then insta Please read https://bailian.aliyun.com/cli/install.md and install the Aliyun Model Studio CLI for me ``` -**Manual install (npm)** +**Install with npm** ```bash npm install -g bailian-cli @@ -91,6 +91,22 @@ bl skill init > Requires Node.js >= 18.17. +**Install on macOS/Linux** + +```bash +curl -fsSL https://bailian.aliyun.com/cli/install.sh | bash +``` + +> No Node.js required. The installer automatically installs Bailian Skills. + +**Install on Windows** + +```powershell +irm https://bailian.aliyun.com/cli/install.ps1 | iex +``` + +> No Node.js required. The installer automatically installs Bailian Skills. + ## Quick Start Once installed, just describe your task to your AI Agent — no need to assemble commands by hand. diff --git a/README.zh.md b/README.zh.md index 2b85243..f076166 100644 --- a/README.zh.md +++ b/README.zh.md @@ -81,7 +81,7 @@ _专为 AI Agent 打造,每个命令均可作为结构化工具调用。_ 请阅读:https://bailian.aliyun.com/cli/install.md 并按照说明为我安装阿里云百炼 CLI ``` -**手动安装(npm)** +**npm 安装** ```bash npm install -g bailian-cli @@ -90,6 +90,22 @@ bl skill init > 需要预先安装 Node.js >= 18.17。 +**macOS/Linux 安装** + +```bash +curl -fsSL https://bailian.aliyun.com/cli/install.sh | bash +``` + +> 无需预先安装 Node.js,安装脚本会自动安装 Bailian Skills。 + +**Windows 安装** + +```powershell +irm https://bailian.aliyun.com/cli/install.ps1 | iex +``` + +> 无需预先安装 Node.js,安装脚本会自动安装 Bailian Skills。 + ## 快速开始 安装完成后,直接在 AI Agent 中描述你的任务,无需手动拼接命令。 diff --git a/packages/cli/README.md b/packages/cli/README.md index 891699e..c25ee43 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -82,7 +82,7 @@ Send the following to your Agent — it will detect your environment, then insta Please read https://bailian.aliyun.com/cli/install.md and install the Aliyun Model Studio CLI for me ``` -**Manual install (npm)** +**Install with npm** ```bash npm install -g bailian-cli @@ -91,6 +91,22 @@ bl skill init > Requires Node.js >= 18.17. +**Install on macOS/Linux** + +```bash +curl -fsSL https://bailian.aliyun.com/cli/install.sh | bash +``` + +> No Node.js required. The installer automatically installs Bailian Skills. + +**Install on Windows** + +```powershell +irm https://bailian.aliyun.com/cli/install.ps1 | iex +``` + +> No Node.js required. The installer automatically installs Bailian Skills. + ## Quick Start Once installed, just describe your task to your AI Agent — no need to assemble commands by hand. diff --git a/packages/cli/README.zh.md b/packages/cli/README.zh.md index 2b85243..f076166 100644 --- a/packages/cli/README.zh.md +++ b/packages/cli/README.zh.md @@ -81,7 +81,7 @@ _专为 AI Agent 打造,每个命令均可作为结构化工具调用。_ 请阅读:https://bailian.aliyun.com/cli/install.md 并按照说明为我安装阿里云百炼 CLI ``` -**手动安装(npm)** +**npm 安装** ```bash npm install -g bailian-cli @@ -90,6 +90,22 @@ bl skill init > 需要预先安装 Node.js >= 18.17。 +**macOS/Linux 安装** + +```bash +curl -fsSL https://bailian.aliyun.com/cli/install.sh | bash +``` + +> 无需预先安装 Node.js,安装脚本会自动安装 Bailian Skills。 + +**Windows 安装** + +```powershell +irm https://bailian.aliyun.com/cli/install.ps1 | iex +``` + +> 无需预先安装 Node.js,安装脚本会自动安装 Bailian Skills。 + ## 快速开始 安装完成后,直接在 AI Agent 中描述你的任务,无需手动拼接命令。