We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74313d5 commit 62141faCopy full SHA for 62141fa
README.md
@@ -89,9 +89,12 @@ make check
89
### Compile from source
90
91
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
95
```bash
96
# choose what you need
-BRANCH=release-v3.0
97
+BRANCH=release-v3.1
98
git clone -b $BRANCH https://github.com/OpenIMSDK/Open-IM-Server openim && export openim=$(pwd)/openim && cd $openim && make build
99
```
100
Read about the [OpenIM Version Policy](https://github.com/OpenIMSDK/Open-IM-Server/blob/main/docs/conversions/version.md)
0 commit comments