Skip to content

Commit

Permalink
Update README.md (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
cubxxw authored Dec 18, 2023
1 parent 7a0be6a commit b0349fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1 https://github.com/openimsdk/open-im-server.git openim && export openim=$(pwd)/openim && cd $openim
git clone -b release-v3.4 https://github.com/OpenIMSDK/Open-IM-Server.git openim && export openim=$(pwd)/openim && cd $openim
sudo docker compose up -d
```

Expand Down Expand Up @@ -76,7 +76,9 @@ docker run -d \
**Install Chat:**

```bash
$ make install
$ make build
$ make start
$ make check
```

## 🛫 Quick start
Expand Down

0 comments on commit b0349fa

Please sign in to comment.