mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 02:16:16 +08:00
Update README.md
This commit is contained in:
parent
44a9724827
commit
10a0666de9
@ -82,20 +82,20 @@ By deployment of the Open-IM-Server on the customer's server, developers can int
|
|||||||
```shell
|
```shell
|
||||||
git clone https://github.com/OpenIMSDK/Open-IM-Server.git --recursive
|
git clone https://github.com/OpenIMSDK/Open-IM-Server.git --recursive
|
||||||
cd cmd/Open-IM-SDK-Core
|
cd cmd/Open-IM-SDK-Core
|
||||||
git checkout mainCopy to clipboardErrorCopied
|
git checkout main
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Set executable permissions
|
1. Set executable permissions
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
cd ../../script/
|
cd ../../script/
|
||||||
chmod +x *.shCopy to clipboardErrorCopied
|
chmod +x *.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
1. build
|
1. build
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
./batch_build_all_service.shCopy
|
./batch_build_all_service.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
all services build success
|
all services build success
|
||||||
|
Loading…
x
Reference in New Issue
Block a user