From 63f976645e1a0ca7be1488ae54c535520f5488dc Mon Sep 17 00:00:00 2001 From: charles-chenzz <73322208+charles-chenzz@users.noreply.github.com> Date: Mon, 3 Jul 2023 23:09:15 +0800 Subject: [PATCH] update misleading readme and add missing running method on readme_zh-CN (#48) Signed-off-by: charles-chenzz --- README.md | 7 +++++-- README_zh-CN.md | 7 +++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 58492e2..1db2e54 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,12 @@ git clone https://https://github.com/OpenIMSDK/OpenKF ### 🚀 Run ```bash +Note: we need to run the backend server first +cd server go run main.go -``` -```bash + +open another terminal run the following command +cd web npm run dev ``` diff --git a/README_zh-CN.md b/README_zh-CN.md index 036ccd4..c2c91cf 100644 --- a/README_zh-CN.md +++ b/README_zh-CN.md @@ -48,6 +48,13 @@ git clone https://https://github.com/OpenIMSDK/OpenKF ### 🚀 运行 ```bash +注意: 我们需要先启动后端 +cd server +go run main.go + +打开另一个命令行 输入以下命令 +cd web +npm run dev ``` ## 🕋 架构图