This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/dubbo-initializer.git
commit b7efd9e74f5d61b1c167cd502e140f0c6ffe9202 Author: chickenlj <[email protected]> AuthorDate: Fri Apr 14 15:25:49 2023 +0800 update README.md --- README-zh.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README-zh.md b/README-zh.md index fed6a35..3258c4b 100644 --- a/README-zh.md +++ b/README-zh.md @@ -18,8 +18,8 @@ ### 构建项目 在项目根目录,执行以下命令: ```shell -mvn compile -P install-yarn -Dmaven.test.skip # 安装 Node 和 Yarn -mvn prepare-package # 将静态文件 Copy 到 `initializer-generator` 模块的 target 中 +mvn compile -P install-yarn -Dmaven.test.skip # 安装 Node 和 Yarn +mvn prepare-package -Pbuild-public # 将静态文件 Copy 到 `initializer-generator` 模块的 target 中 ``` > 对于 ARM 架构,可以尝试在命令后添加如下参数后重试 `-Dos.arch=x64` diff --git a/README.md b/README.md index f483c89..b7f85af 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Please clone the project locally and make sure you have a Java 17 environment. In the project root directory, execute the following commands: ```shell mvn compile -P install-yarn -Dmaven.test.skip # Install `Node` and `Yarn` -mvn prepare-package # Copy the static files to the target of the `initializer-generator` module. +mvn prepare-package -Pbuild-public # Copy the static files to the target of the `initializer-generator` module. ``` > If you are running in a ARM-based system and encounter error running above > commands, please add `-Dos.arch=x64` and try again.
