Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
add exec file readme
Browse files Browse the repository at this point in the history
  • Loading branch information
czhen-zilliz committed Dec 8, 2021
1 parent 358428d commit 2592b4b
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,35 @@ _\*It should be noted that Milvus 2.0.0-RC7 is NOT compatible with previous vers

### 🆕2. Download and use executable file directly

#### MS Windows .exe file

Now we provide Windows `milvus_cli-<version>.exe` file, you directly download it from [latest build release](https://github.com/milvus-io/milvus_cli/releases/latest) and run it.

![image](https://user-images.githubusercontent.com/83751452/143824714-4d1174e0-ad06-47eb-954f-f2481382bbb4.png)

#### Ubuntu executable file

You can directly download `milvus_cli-<version>-Linux` from [latest build release](https://github.com/milvus-io/milvus_cli/releases/latest).

Add executable permission `sudo chmod +x milvus_cli-<version>-Linux ` and run it `./milvus_cli-<version>-Linux`.

#### MacOS executable file

You can directly download `milvus_cli-<version>-macOS` from [latest build release](https://github.com/milvus-io/milvus_cli/releases/latest).

Add executable permission `sudo chmod +x milvus_cli-<version>-macOS ` and run it `./milvus_cli-<version>-macOS`.

## Usage

Run `milvus_cli` (in python environment), or double click `milvus_cli-<version>.exe` file (in MS Windows environment).

#### Run Milvus CLI

- Python Environment: `milvus_cli`
- MS Windows Environment: double click `milvus_cli-<version>.exe` file
- Ubuntu Environment: run `./milvus_cli-<version>-Linux`
- MacOS Environment: run `./milvus_cli-<version>-macOS`

### commands

- [`calc`](#calc)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="milvus_cli",
version="0.2.0beta1",
version="0.2.0beta2",
author="Milvus Team",
author_email="milvus-team@zilliz.com",
url="https://github.com/milvus-io/milvus_cli",
Expand Down

0 comments on commit 2592b4b

Please sign in to comment.