diff --git a/deployments/binary/README.md b/deployments/binary/README.md index 55f6d3f180..61cb5685cf 100644 --- a/deployments/binary/README.md +++ b/deployments/binary/README.md @@ -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)