update readme

This commit is contained in:
DennisYu07 2026-02-06 01:49:35 -08:00
parent 7487ba93ab
commit ed197b60cb

View file

@ -31,6 +31,24 @@ Qwen Code is an open-source AI agent for the terminal, optimized for [Qwen3-Code
## Installation
### Quick Install (Recommended)
#### Linux / macOS
```bash
eval "$(curl -fsSL https://qwen-code-assets.oss-cn-hangzhou.aliyuncs.com/installation/install-qwen.sh)"
```
#### Windows (以管理员身份运行 CMD)
```cmd
curl -fsSL -o %TEMP%\install-qwen.bat https://qwen-code-assets.oss-cn-hangzhou.aliyuncs.com/installation/install-qwen.bat && %TEMP%\install-qwen.bat
```
> **Note**: It's recommended to restart your terminal after installation to ensure environment variables take effect.
### Manual Installation
#### Prerequisites
```bash
@ -38,7 +56,7 @@ Qwen Code is an open-source AI agent for the terminal, optimized for [Qwen3-Code
curl -qL https://www.npmjs.com/install.sh | sh
```
#### NPM (recommended)
#### NPM
```bash
npm install -g @qwen-code/qwen-code@latest