[skip ci] Refine build doc (#9195)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
This commit is contained in:
edward.zeng 2021-10-04 13:28:16 +08:00 committed by GitHub
parent ceed4cf4d5
commit 6fccd87fd4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# Building Milvus with Docker
Building Milvus is easy if you take advantage of the containerized build environment. This document will help guide you through understanding this build process.
Building Milvus is easy if you take advantage of the containerized build environment. This document will guide you through this build process.
1. Docker, using one of the following configurations:
* **macOS** Install Docker for Mac. See installation instructions [here](https://docs.docker.com/docker-for-mac/).
@ -13,7 +13,7 @@ You must install and configure Google Cloud SDK if you want to upload your relea
## Overview
While it is possible to build Milvus using a local golang installation, we have a build process that runs in a Docker container. This simplifies initial set up and provides for a very consistent build and test environment.
While it is possible to build Milvus using a local golang installation, we have a build process that runs in a Docker container. This simplifies initial set up and provides for a very consistent build and test environment.
## Before You Begin