From cb80c274d5dfbfd75b569f8a7daf946658138dc6 Mon Sep 17 00:00:00 2001
From: Chris <91247127+chris-zilliz@users.noreply.github.com>
Date: Thu, 11 Nov 2021 20:18:49 +0800
Subject: [PATCH] editorial changes
---
site/en/userGuide/tools/install_cli.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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`.