[skip ci]Remove useless commit for binary installation doc (#8414)

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

View File

@ -12,7 +12,6 @@ Before installing etcd and MinIO, you can refer to [docker-compose.yml](https://
wget https://github.com/etcd-io/etcd/releases/download/v3.5.0/etcd-v3.5.0-linux-amd64.tar.gz
tar zxvf etcd-v3.5.0-linux-amd64.tar.gz
cd etcd-v3.5.0-linux-amd64
# start etcd service
./etcd -advertise-client-urls=http://127.0.0.1:2379 -listen-client-urls http://0.0.0.0:2379 --data-dir /etcd
```