From dcc15e94b9e360030ec1303d614c94e4fa1e0eb4 Mon Sep 17 00:00:00 2001 From: "edward.zeng" Date: Mon, 13 Dec 2021 19:37:35 +0800 Subject: [PATCH] [skip ci] Refine binary deployment doc (#13279) Signed-off-by: Edward Zeng --- deployments/binary/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/binary/README.md b/deployments/binary/README.md index adb3c1db59..ca9a3b0a8d 100644 --- a/deployments/binary/README.md +++ b/deployments/binary/README.md @@ -25,9 +25,9 @@ $ chmod +x minio $ ./minio server /minio ``` -## Start Milvus standalone service +## Start Milvus standalone -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 standalone, 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) ```shell $ docker run -d --name milvus milvusdb/milvus:v2.0.0-rc8-20211104-d1f4106 /bin/bash