docs(readme): add standalone installation options

This commit is contained in:
若麒
2026-08-14 16:26:47 +08:00
parent 4ec0f6828b
commit eb196cb4a6
4 changed files with 68 additions and 4 deletions
+17 -1
View File
@@ -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.