From 8eda5dcd8cfbbfdd2d00c7961cb5b7386c7292fb Mon Sep 17 00:00:00 2001 From: blueJpg <2238288979@qq.com> Date: Sat, 16 Sep 2023 00:07:00 +0800 Subject: [PATCH] [*] Modify README.md --- README.md | 7 ++++++- README.zh-CN.md | 5 +++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index bf4ce57..8c99ad0 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,12 @@ A chatbot based on the OpenAI chatgpt-3.5-turbo API. The program is written usin - [x] Supports concurrent output for different sessions - [x] Supports shortcut commands to switch sessions and send questions -#### 参考 +#### How to build? +- Install `Rust` and `Cargo` +- Run `make build` +- Refer to [Makefile](./Makefile) for more information + +#### Reference - [Slint Language Documentation](https://slint-ui.com/releases/1.0.0/docs/slint/) - [github/slint-ui](https://github.com/slint-ui/slint) - [Viewer for Slint](https://github.com/slint-ui/slint/tree/master/tools/viewer) diff --git a/README.zh-CN.md b/README.zh-CN.md index 68fd400..737dbc7 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -19,6 +19,11 @@ - [x] 支持不同会话并发输出 - [x] 支持快捷指令切换会话并发送问题 +#### 如何构建? +- 安装`Rust`和`Cargo` +- 执行`make build` +- [Makefile](./Makefile)了解更多 + #### 参考 - [Slint Language Documentation](https://slint-ui.com/releases/1.0.0/docs/slint/) - [github/slint-ui](https://github.com/slint-ui/slint)