This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch dubbo-customized-version-main
in repository https://gitbox.apache.org/repos/asf/dubbo-initializer.git

commit 48d3284ec62350dc0ae9044c9d96232f22739417
Author: chickenlj <[email protected]>
AuthorDate: Wed Apr 12 01:58:53 2023 +0800

    update README.md
---
 README-zh.md | 4 ++++
 README.md    | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/README-zh.md b/README-zh.md
index f4e4f98..1591aa6 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -19,10 +19,14 @@
 在项目根目录,执行以下命令,安装 Node 和 Yarn:
 ```shell
 mvn compile -P install-yarn
+# or
+# mvn compile -Pinstall-yarn -Dos.arch=x64 -Dmaven.test.skip
 ```
 在项目根目录,执行以下命令,将静态文件 Copy 到 `initializer-generator` 模块的 target 中:
 ```shell 
 mvn prepare-package
+# or
+# mvn prepare-package -Pbuild-public -Dos.arch=x64 -Dmaven.test.skip
 ```
 
 ### 启动项目
diff --git a/README.md b/README.md
index a85cc9e..9f821b0 100644
--- a/README.md
+++ b/README.md
@@ -18,10 +18,14 @@ Please clone the project locally and make sure you have a 
Java 17 environment.
 In the project root directory, execute the following commands to install 
`Node` and `Yarn`:
 ```shell
 mvn compile -P install-yarn
+# or
+# mvn compile -Pinstall-yarn -Dos.arch=x64 -Dmaven.test.skip
 ```
 In the project root directory, execute the following command to copy the 
static files to the target of the `initializer-generator` module:
 ```shell
 mvn prepare-package
+# or
+# mvn prepare-package -Pbuild-public -Dos.arch=x64 -Dmaven.test.skip
 ```
 
 ### Run project

Reply via email to