From d30fe53ef349f2cf1bac8e842e5542a19c26f4b8 Mon Sep 17 00:00:00 2001 From: jolunoluo Date: Tue, 26 Sep 2023 17:45:33 +0800 Subject: [PATCH] (improvement)(doc) update readme --- README.md | 4 ++-- README_CN.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4b1b812d0..4d5f8c1ec 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,10 @@ The high-level architecture and main process flow is as follows: SuperSonic comes with sample semantic models as well as chat conversations that can be used as a starting point. Please follow the steps: - Download the latest prebuilt binary from the [release page](https://github.com/tencentmusic/supersonic/releases) -- Run script "bin/start-standalone.sh" to start services (one java process and one python process) +- Run script "bin/supersonic-daemon.sh" to start services (one java process and one python process) - Visit http://localhost:9080 in the browser to start exploration -## Build and Delopment +## Build and Development Please refer to project [wiki](https://github.com/tencentmusic/supersonic/wiki). diff --git a/README_CN.md b/README_CN.md index a7c071720..79e6196b5 100644 --- a/README_CN.md +++ b/README_CN.md @@ -47,7 +47,7 @@ 超音数自带样例的语义模型和问答对话,只需以下三步即可快速体验: - 从[release page](https://github.com/tencentmusic/supersonic/releases)下载预先构建好的发行包 -- 运行 "bin/start-standalone.sh"启动服务(一个Java进程和一个Python进程) +- 运行 "bin/supersonic-daemon.sh"启动服务(一个Java进程和一个Python进程) - 在浏览器访问http://localhost:9080 开启探索 ## 如何构建和部署