[skip ci]Update binary installation doc (#8185)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/8189/head
zwd1208 2021-09-18 10:39:51 +08:00 committed by GitHub
parent 83bf9c5efb
commit b41db3a4ca
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
## 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
## Start MinIO service
### Refer: https://min.io/download#/linux
@ -31,7 +31,7 @@ chmod +x minio
## 3. Start Milvus standalone service
## 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)