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