From eb5985f0bc09e500a17ec1cc3e4866d1185dc42a Mon Sep 17 00:00:00 2001 From: zwd1208 Date: Wed, 13 Oct 2021 19:18:33 +0800 Subject: [PATCH] [skip ci]Update DEVELOPMENT.md (#9817) Signed-off-by: Weida Zhu --- DEVELOPMENT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index e8275ed2cf..8a0ef62c91 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -120,7 +120,7 @@ Note: go1.15 is required to build Milvus. #### Docker & Docker Compose -Milvus depends on Etcd, Pulsar and MinIO. Using Docker Compose to manage these is an easy way in a local development. To install Docker and Docker Compose in your development environment, follow the instructions from the Docker website below: +Milvus depends on etcd, Pulsar and MinIO. Using Docker Compose to manage these is an easy way in a local development. To install Docker and Docker Compose in your development environment, follow the instructions from the Docker website below: - Docker: https://docs.docker.com/get-docker/ - Docker Compose: https://docs.docker.com/compose/install/