From c6e88f04ae864990e4c9c93916b7f65558a7a433 Mon Sep 17 00:00:00 2001 From: zwd1208 Date: Thu, 16 Sep 2021 11:23:49 +0800 Subject: [PATCH] [skip ci]Update binary install README.md (#8040) Signed-off-by: Weida Zhu --- deployments/binary/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deployments/binary/README.md b/deployments/binary/README.md index 152eedde79..29fe970fb4 100644 --- a/deployments/binary/README.md +++ b/deployments/binary/README.md @@ -4,7 +4,7 @@ In order to quickly install and experience Milvus without docker or kubernetes, Before installing etcd and MinIO, 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. -1. Start etcd service +## 1. Start etcd service Refer: https://github.com/etcd-io/etcd/releases @@ -18,7 +18,7 @@ cd etcd-v3.5.0-linux-amd64 -2. Start MinIO service +## 2. Start MinIO service Refer: https://min.io/download#/linux @@ -31,7 +31,7 @@ chmod +x minio -3. Start Milvus standalone service +## 3. Start Milvus standalone service - To start Milvus service, you need a Milvus binary file. Currently you can get the latest version of Milvus binary file through the Milvus docker image. (we will upload Milvus binary files in the future)