Skip to content

Commit 62141fa

Browse files
authored
Docs: Update README.md (#726)
1 parent 74313d5 commit 62141fa

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,12 @@ make check
8989
### Compile from source
9090

9191
Ur need `Go 1.18` or higher version, and `make`.
92+
93+
Version Details: https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/version.md
94+
9295
```bash
9396
# choose what you need
94-
BRANCH=release-v3.0
97+
BRANCH=release-v3.1
9598
git clone -b $BRANCH https://github.com/OpenIMSDK/Open-IM-Server openim && export openim=$(pwd)/openim && cd $openim && make build
9699
```
97100
Read about the [OpenIM Version Policy](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/version.md)

0 commit comments

Comments
 (0)