[skip ci]Update offline README.md format (#9068)

Signed-off-by: Weida Zhu <weida.zhu@zilliz.com>
pull/9079/head
zwd1208 2021-10-02 16:45:56 +08:00 committed by GitHub
parent 12aaa59be5
commit cee9a91c19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -26,13 +26,13 @@ Milvus installation may fail when images are not properly loaded from public Doc
```
#### If you install Milvus with **Helm**, use these command:
1. Update Helm repo
#### 1. Update Helm repo
```shell
helm repo add milvus https://milvus-io.github.io/milvus-helm/
helm repo update
```
2. Get Kubernetes manifests of Milvus standalone
#### 2. Get Kubernetes manifests of Milvus standalone
```shell
helm template my-release milvus/milvus > milvus_manifest.yaml
```