[skip ci]Fix binary installation README.md format (#8135)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/8136/head
zwd1208 2021-09-17 14:47:50 +08:00 committed by GitHub
parent 300be5a36a
commit f44b5ee1d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ docker ps
docker cp container_id:/milvus .
```
### Install Milvus dependencies.
### Install Milvus dependencies
```bash
sudo apt-get install libopenblas-dev
@ -50,7 +50,7 @@ sudo apt-get install libgomp1
sudo apt-get install libtbb2
```
- Start Milvus service.
### Start Milvus service
```bash
cd milvus