diff --git a/README.md b/README.md index 2d31c9388..356ad5eca 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,10 @@ Pull the source code and run script "assembly/bin/build-standalone.sh" to build Pull the source code and run scripts "assembly/bin/build-chat.sh" and "assembly/bin/build-semantic.sh" separately to build packages. +### Build for Local Development + +Pull the source code and run script "assembly/bin/build-ide.sh" and run bootstrap class "StandaloneLauncher" in the IDE. + ## WeChat Contact Please join the chat group to suggest feedbacks or ideas: diff --git a/README_CN.md b/README_CN.md index eaf754888..2cce34da2 100644 --- a/README_CN.md +++ b/README_CN.md @@ -56,11 +56,15 @@ ### Standalone模式构建 -下载源码包,运行脚本"assembly/bin/build-standalone.sh",将所有服务一起编译打包 +下载源码包,运行脚本"assembly/bin/build-standalone.sh",将所有服务一起编译打包。 ### Distributed模式构建 -下载源码包,分别运行脚本"assembly/bin/build-chat.sh"、"assembly/bin/build-semantic.sh",为问答层服务和语义层服务编译打包 +下载源码包,分别运行脚本"assembly/bin/build-chat.sh"、"assembly/bin/build-semantic.sh",为问答层服务和语义层服务编译打包。 + +### 本地开发构建 + +下载源码包,运行脚本"assembly/bin/build-ide.sh",然后在本地IDE运行启动类"StandaloneLauncher"。 ## 微信联系方式