diff --git a/site/en/userGuide/tools/install_cli.md b/site/en/userGuide/tools/install_cli.md
index 53db2fe65..ead4c84c0 100644
--- a/site/en/userGuide/tools/install_cli.md
+++ b/site/en/userGuide/tools/install_cli.md
@@ -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 GitHub and run `python -m pip install milvus_cli-.tar.gz`.
+Alternatively, you can install Milvus CLI from a compressed tarball (`.tar.gz` file). Download a [tarball](https://github.com/milvus-io/milvus_cli/releases) and run `python -m pip install milvus_cli-.tar.gz`.