[skip ci]Update binary installation README.md (#8324)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/8327/head
zwd1208 2021-09-22 18:43:54 +08:00 committed by GitHub
parent b46307388f
commit 943c222960
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -6,7 +6,7 @@ Before installing etcd and MinIO, you can refer to [docker-compose.yml](https://
## Start etcd service
### Refer: https://github.com/etcd-io/etcd/releases
#### Refer: https://github.com/etcd-io/etcd/releases
```bash
wget https://github.com/etcd-io/etcd/releases/download/v3.5.0/etcd-v3.5.0-linux-amd64.tar.gz
@ -16,8 +16,6 @@ cd etcd-v3.5.0-linux-amd64
./etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd
```
## Start MinIO service
### Refer: https://min.io/download#/linux
@ -29,8 +27,6 @@ chmod +x minio
./minio server /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)