Browse Source

update misleading readme and add missing running method on readme_zh-CN (#48)

Signed-off-by: charles-chenzz <Rekles666@gmail.com>
tags/v0.1.0
charles-chenzz GitHub 3 years ago
parent
commit
63f976645e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 2 deletions
  1. +5
    -2
      README.md
  2. +7
    -0
      README_zh-CN.md

+ 5
- 2
README.md View File

@@ -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
```



+ 7
- 0
README_zh-CN.md View File

@@ -48,6 +48,13 @@ git clone https://https://github.com/OpenIMSDK/OpenKF
### 🚀 运行

```bash
注意: 我们需要先启动后端
cd server
go run main.go

打开另一个命令行 输入以下命令
cd web
npm run dev
```

## 🕋 架构图


Loading…
Cancel
Save