Skip to content

Commit

Permalink
update distribution link for v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yinchuangsum committed Jan 8, 2021
1 parent f1fded3 commit 5509d5e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,12 +139,12 @@ The installation packages and formats are listed below.

| Operating System | Supported Version | Installation package format |
|:-------------:|:-------------:|:-------------:|
| [Windows](https://s3.eu-central-1.wasabisys.com/classifai/window_distribution/classifai-win-1.0.0.msi) | 7, 8, 10 | msi|
| [Mac](https://s3.eu-central-1.wasabisys.com/classifai/mac_distribution/classifai-1.0.0.pkg) | 10 | pkg |
| Ubuntu | [18 LTS](https://s3.eu-central-1.wasabisys.com/classifai/ubuntu_distribution/classifai-ubuntu18-1.0.0.deb), [20 LTS](https://s3.eu-central-1.wasabisys.com/classifai/ubuntu_distribution/classifai-ubuntu20-1.0.0.deb) | deb |
| Centos | [7](https://s3.eu-central-1.wasabisys.com/classifai/centos_distribution/classifai-centos7-1.0.0.rpm), [8](https://s3.eu-central-1.wasabisys.com/classifai/centos_distribution/classifai-centos8-1.0.0.rpm) | rpm |
| [Windows](https://s3.eu-central-1.wasabisys.com/classifai/window_distribution/classifai-win-1.1.0.msi) | 7, 8, 10 | msi|
| [Mac](https://s3.eu-central-1.wasabisys.com/classifai/mac_distribution/classifai-1.1.0.pkg) | 10 | pkg |
| Ubuntu | [18 LTS](https://s3.eu-central-1.wasabisys.com/classifai/ubuntu_distribution/classifai-ubuntu18-1.1.0.deb), [20 LTS](https://s3.eu-central-1.wasabisys.com/classifai/ubuntu_distribution/classifai-ubuntu20-1.1.0.deb) | deb |
| Centos | [7](https://s3.eu-central-1.wasabisys.com/classifai/centos_distribution/classifai-centos7-1.1.0.rpm), [8](https://s3.eu-central-1.wasabisys.com/classifai/centos_distribution/classifai-centos8-1.1.0.rpm) | rpm |

Alternatively, download the [uber jar file](https://s3.eu-central-1.wasabisys.com/classifai/uber_jar/classifai-uberjar-1.0.0.jar) and run with Java JDK/JRE 14.
Alternatively, download the [uber jar file](https://s3.eu-central-1.wasabisys.com/classifai/uber_jar/classifai-uberjar-1.1.0.jar) and run with Java JDK/JRE 14.
```
java -jar classifai-uberjar-1.0.0.jar --unlockdb=true --port=9999

This comment has been minimized.

Copy link
@codenamewei

codenamewei Jan 8, 2021

Contributor

classifai-uberjar-1.0.0.jar require changes too @YCCertifai

This comment has been minimized.

Copy link
@yinchuangsum

yinchuangsum via email Jan 8, 2021

Author Contributor
```
Expand Down

0 comments on commit 5509d5e

Please sign in to comment.