mirror of https://github.com/jackwener/wx-cli.git
Merge 37484ef0c1 into 08af894594
commit
81700f67c9
|
|
@ -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