🔨JDC download links

This commit is contained in:
Leon 2021-06-20 18:17:58 +08:00 committed by GitHub
parent 337d9af344
commit 533ec51d97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,6 +68,16 @@ wget https://github.com/huayu8/JDC/releases/download/2.0.2/linux_amd64.zip && un
wget https://github.com/huayu8/JDC/releases/download/2.0.2/linux_arm.zip && unzip linux_arm.zip
```
##### 失效请看
``` sh
//如果你是amd64架构服务器PC等
wget https://github.com/Oreomeow/JDC/releases/download/2.0.2/linux_amd64.zip && unzip linux_amd64.zip
```
``` sh
//如果你是arm架构N1路由器树莓派等
wget https://github.com/Oreomeow/JDC/releases/download/2.0.2/linux_arm.zip && unzip linux_arm.zip
```
其他架构或系统请自行编译
``` sh