From cf4ae39d51f25b605c6b0633ae649dd35c7d36b2 Mon Sep 17 00:00:00 2001 From: longyuqing112 <105913803+longyuqing112@users.noreply.github.com> Date: Tue, 16 Jan 2024 10:06:32 +0800 Subject: [PATCH] Update README.md (#375) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a86dd6766..a30ed383f 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ If you wish to deploy chat, then you should first install and deploy OpenIM, thi First, install openim-server in a new directory or location repository ```bash -git clone -b release-v3.4 https://github.com/OpenIMSDK/Open-IM-Server.git openim && export openim=$(pwd)/openim && cd $openim +git clone -b release-v3.5 https://github.com/OpenIMSDK/Open-IM-Server.git openim && export openim=$(pwd)/openim && cd $openim sudo docker compose up -d ```