docs: add Homebrew installation method

pull/105/head
Davy 2026-06-09 01:40:12 -07:00
parent 08af894594
commit 37484ef0c1
No known key found for this signature in database
1 changed files with 7 additions and 1 deletions

View File

@ -43,12 +43,18 @@ npx skills add jackwener/wx-cli -g
## 安装
**npm推荐,全平台)**
**npm全平台**
```bash
npm install -g @jackwener/wx-cli
```
**HomebrewmacOS / Linux**
```bash
brew install wx-cli
```
**macOS / Linuxcurl**
```bash