mirror of https://github.com/jackwener/wx-cli.git
docs: add Homebrew installation method
parent
08af894594
commit
37484ef0c1
|
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Homebrew(macOS / Linux)**
|
||||||
|
|
||||||
|
```bash
|
||||||
|
brew install wx-cli
|
||||||
|
```
|
||||||
|
|
||||||
**macOS / Linux(curl)**
|
**macOS / Linux(curl)**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue