[skip ci]Update binary install README.md (#8040)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/8038/head
zwd1208 2021-09-16 11:23:49 +08:00 committed by GitHub
parent ca2dc3ca59
commit c6e88f04ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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)