From d1159e271ed11cf1a0019c2cae49663a689074e6 Mon Sep 17 00:00:00 2001 From: zwd1208 Date: Fri, 1 Oct 2021 06:29:10 +0800 Subject: [PATCH] [skip ci]Update binary installation doc format (#8989) Signed-off-by: Weida Zhu --- 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 cea26ee36d..1c5ca38018 100644 --- a/deployments/binary/README.md +++ b/deployments/binary/README.md @@ -1,6 +1,6 @@ # Install Milvus standalone through binary files -In order 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. +### In order 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. 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.