(improvement)(doc) update readme

This commit is contained in:
jolunoluo
2023-09-26 17:45:33 +08:00
parent 9e0abc60be
commit d30fe53ef3
2 changed files with 3 additions and 3 deletions

View File

@@ -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 开启探索
## 如何构建和部署