From 3b5616e57c27caaf18e083247aa8a1c94d231cee Mon Sep 17 00:00:00 2001 From: Tlntin <371043382@qq.com> Date: Wed, 7 Dec 2022 10:34:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0pake-cli=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 5 ++++- README_EN.md | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 131271a..c4b47fc 100644 --- a/README.md +++ b/README.md @@ -107,9 +107,12 @@ **Pake 提供了命令行工具,可以更快捷方便地一键自定义打你需要的包,详细可见 [文档](./bin/README.md)。** ```bash -// 使用 npm 进行安装 +// 使用 npm 进行安装稳定版(暂时只支持MAC) npm install -g pake-cli +// 使用 npm 进行安装开发版(支持Mac/Windows/Linux) +npm install https://github.com/tw93/Pake/ -g + // 命令使用 pake url [options] diff --git a/README_EN.md b/README_EN.md index 510fc5d..1de4b04 100644 --- a/README_EN.md +++ b/README_EN.md @@ -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).** ```bash -// Install with npm +// Install with npm (Only for Mac) 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 pake url [options]