From 6f67aceb0cc2210cc7845abc09056a0a430edc7c Mon Sep 17 00:00:00 2001 From: "edward.zeng" Date: Tue, 16 Nov 2021 19:27:27 +0800 Subject: [PATCH] [skip ci] Refine binary deployment doc (#11906) Signed-off-by: Edward Zeng --- deployments/binary/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/binary/README.md b/deployments/binary/README.md index 9bbae2091d..ab17770300 100644 --- a/deployments/binary/README.md +++ b/deployments/binary/README.md @@ -1,6 +1,6 @@ # Run Milvus standalone through binary files -To quickly install and experience Milvus without docker or kubernetes, this document provides a tutorial for installing Milvus and dependencies, etcd and MinIO, through binary files. +To quickly install Milvus standalone without docker or kubernetes, this document provides a tutorial for installing Milvus and dependencies, etcd and MinIO, through binary files. Before installing, you can refer to [docker-compose.yml](https://github.com/milvus-io/milvus/blob/master/deployments/docker/standalone/docker-compose.yml) to check the versions required by etcd and MinIO.