diff --git a/README.md b/README.md index 6310f40..f89a2c5 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,9 @@ copy debugconf.json.template debugconf.json 3.设置DebugMain的路径为:xxx/xxx/cp ``` 执行DebugMain.main即可 -``` \ No newline at end of file +``` + +## 构建可执行版本 +执行`cp/build.gradle`中的`buildBundle`任务。 +在`cp/build/output`即为相关的jar包。 +由`yjs.jar`(即cp.jar)和一系列依赖(在libs目录下)组成。