From 6a4c7622e0ca88bb4f6c3b7a30a42568881c68a4 Mon Sep 17 00:00:00 2001 From: "edward.zeng" Date: Sat, 2 Oct 2021 16:50:04 +0800 Subject: [PATCH] [skip ci] Refine milvus binary deployment doc (#9072) Signed-off-by: Edward Zeng --- 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 1c5ca38018..6322a9bcd0 100644 --- a/deployments/binary/README.md +++ b/deployments/binary/README.md @@ -1,6 +1,6 @@ -# Install Milvus standalone through binary files +# Run 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. @@ -27,7 +27,7 @@ chmod +x minio ## 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) +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) ```bash docker run -d --name milvus milvusdb/milvus:v2.0.0-rc6-20210910-020f109 /bin/bash