更新pake-cli文档
This commit is contained in:
@@ -107,9 +107,12 @@
|
|||||||
**Pake 提供了命令行工具,可以更快捷方便地一键自定义打你需要的包,详细可见 [文档](./bin/README.md)。**
|
**Pake 提供了命令行工具,可以更快捷方便地一键自定义打你需要的包,详细可见 [文档](./bin/README.md)。**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
// 使用 npm 进行安装
|
// 使用 npm 进行安装稳定版(暂时只支持MAC)
|
||||||
npm install -g pake-cli
|
npm install -g pake-cli
|
||||||
|
|
||||||
|
// 使用 npm 进行安装开发版(支持Mac/Windows/Linux)
|
||||||
|
npm install https://github.com/tw93/Pake/ -g
|
||||||
|
|
||||||
// 命令使用
|
// 命令使用
|
||||||
pake url [options]
|
pake url [options]
|
||||||
|
|
||||||
|
|||||||
@@ -106,9 +106,12 @@ Also for light users, a good option is to use **GitHub Actions online compilatio
|
|||||||
**Pake provides a command line tool that makes it quicker and easier to customize the packages you need, as detailed in [documentation](./bin/README_EN.md).**
|
**Pake provides a command line tool that makes it quicker and easier to customize the packages you need, as detailed in [documentation](./bin/README_EN.md).**
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
// Install with npm
|
// Install with npm (Only for Mac)
|
||||||
npm install -g pake-cli
|
npm install -g pake-cli
|
||||||
|
|
||||||
|
// Install with npm for dev (Can use in Mac/Windows/Linux)
|
||||||
|
npm install https://github.com/tw93/Pake/ -g
|
||||||
|
|
||||||
// Command usage
|
// Command usage
|
||||||
pake url [options]
|
pake url [options]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user