From 8e97ee1cd627b522f38a1669bb91efdb2eeaa43a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=83=E5=A4=9C?= <70data@gmail.com> Date: Wed, 12 Jun 2019 23:28:55 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e7257a062..442c3bc2f 100644 --- a/README.md +++ b/README.md @@ -45,11 +45,11 @@ The whole system adopts the separation of front and back ends, in which the fron ## Dependence -- Golang 1.12+([installation manual](https://golang.org/dl/)) +- Golang 1.12+ ([installation manual](https://golang.org/dl/)) - Docker 17.05+ ([installation manual](https://docs.docker.com/install)) -- Bee ([installation manual](https://github.com/wilhelmguo/bee))(Be sure to use the link version, don't use the official version of beego, there are some customizations.) +- Bee ([installation manual](https://github.com/wilhelmguo/bee)) (Be sure to use the link version, don't use the official version of beego, there are some customizations.) - Node.js 8+ and npm 5+ ([installation with nvm](https://github.com/creationix/nvm#usage)) -- MySQL 5.6+ (Most of the data is in MySQL.) +- MySQL 5.6+ (Most of the data is in MySQL.) - RabbitMQ (Optionally, you need to deploy if you need to extend auditing features such as operational auditing and Webhooks.) ## Quickly Start