Skip to content

Commit

Permalink
editorial changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-zilliz authored Nov 11, 2021
1 parent 4c72d8d commit dc03345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/en/userGuide/tools/install_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ id: install_cli.md
summary: Learn how to install Milvus CLI.
---
# Install Milvus CLI
The current version of Milvus CLI is 0.1.7. To find your installed version and see if you need to update, run ```shell milvus_cli --version```.
The current version of Milvus CLI is 0.1.8. To find your installed version and see if you need to update, run ```shell milvus_cli --version```.

## Prerequisites

Expand Down Expand Up @@ -37,4 +37,4 @@ cd milvus_cli
python -m pip install --editable .
```

Alternatively, you can install Milvus CLI from a compressed tarball (`.tar.gz` file). Download a tarball at <a href="https://github.com/milvus-io/milvus_cli/releases"> GitHub</a> and run `python -m pip install milvus_cli-<version>.tar.gz`.
Alternatively, you can install Milvus CLI from a compressed tarball (`.tar.gz` file). Download a tarball at <a href="https://github.com/milvus-io/milvus_cli/releases"> GitHub</a> and run `python -m pip install milvus_cli-<version>.tar.gz`.

0 comments on commit dc03345

Please sign in to comment.