From 0cfec35f4b66b024447acd029a1fd66ba6ce03c7 Mon Sep 17 00:00:00 2001 From: Away <42713450+memory-qianxiao@users.noreply.github.com> Date: Thu, 15 Jul 2021 17:35:14 +0800 Subject: [PATCH] Update README.md . --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9c59bd5d..0489ab7b3 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ business data. ### Installing Open-IM-Server -#### Building from Source - > Open-IM relies on five open source high-performance components: **ETCD**, **MySQL**, **MongoDB**, **Redis**, **Kafka**. Before you deploy Open-IM-Server privately, please make sure that you have installed the above five components and **check the component connection parameters** in the configuration file. you must install the missing components first,If your server does not have the above components. **It is recommended to use it directly, if you have the above components, if not, Docker-compose is recommended, which you don't need to install dependenciesis and more convenient**. +#### Building from Source + 1. Install [Go environment](https://golang.org/doc/install). Make sure Go version is at least 1.15. 3. Git clone Open-IM project