mirror of https://github.com/jackwener/wx-cli.git
Compare commits
2 Commits
7ff91e82e7
...
81700f67c9
| Author | SHA1 | Date |
|---|---|---|
|
|
81700f67c9 | |
|
|
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