ISSUE 232/345 Add install directions for homebrew (#474)

This commit is contained in:
Vincent Mac 2025-08-28 02:56:01 -07:00 committed by GitHub
parent 4463107af3
commit c1498668b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -85,6 +85,12 @@ npm install
npm install -g . npm install -g .
``` ```
### Install globally with Homebrew (macOS/Linux)
```bash
brew install qwen-code
```
## Quick Start ## Quick Start
```bash ```bash