From ebf898b9c3c4e57e67ca01d8db5b7c39b8422fa5 Mon Sep 17 00:00:00 2001 From: afan <185085781@qq.com> Date: Wed, 28 Feb 2024 17:24:19 +0800 Subject: [PATCH] readme --- other/README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/other/README.md b/other/README.md index f9bf355..3d611c4 100644 --- a/other/README.md +++ b/other/README.md @@ -1,15 +1,15 @@ -编译说明 -1.打包api中的java程序然后重命名为webos.jar -2.构建成如下结构的目录 -xxx/xxx -├── web -│ └── index.html -└── api - └── restart.sh - └── start.bat - └── webos.jar -3.启动 -linux通过 cd xxx/xxx/api && sh restart.sh启动 -win通过 双击start.bat启动 -4.访问 -浏览器访问http://127.0.0.1:8088进行引导安装即可 \ No newline at end of file +编译说明 +1.打包api中的java程序然后重命名为webos.jar +2.构建成如下结构的目录 +xxx/xxx +├── web +│ └── index.html +└── api + └── restart.sh + └── start.bat + └── webos.jar +3.启动 +linux通过 cd xxx/xxx/api && sh restart.sh启动 +win通过 双击start.bat启动 +4.访问 +浏览器访问http://127.0.0.1:8088进行引导安装即可 \ No newline at end of file