Compare commits

...

2 Commits

Author SHA1 Message Date
Davy 81700f67c9
Merge 37484ef0c1 into 08af894594 2026-06-09 10:56:17 +00:00
Davy 37484ef0c1
docs: add Homebrew installation method 2026-06-09 03:56:11 -07:00
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 ```bash
npm install -g @jackwener/wx-cli npm install -g @jackwener/wx-cli
``` ```
**HomebrewmacOS / Linux**
```bash
brew install wx-cli
```
**macOS / Linuxcurl** **macOS / Linuxcurl**
```bash ```bash