Skip to content

Releases: AYwlilwYA/code-connect

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 04:04

安装方法

下载对应平台的二进制文件,放到 PATH 中即可使用:

平台 文件
Windows (x64) codeconnect-windows-x64.exe
Linux (x64) codeconnect-linux-x64
macOS (x64) codeconnect-macos-x64

从源码编译

git clone https://github.com/AYwlilwYA/code-connect.git
cd code-connect
cargo build --release -p codeconnect-cli

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 10 Jun 03:30

安装方法

下载对应平台的二进制文件,放到 PATH 中即可使用:

平台 文件
Windows (x64) codeconnect-windows-x64.exe
Linux (x64) codeconnect-linux-x64
macOS (x64) codeconnect-macos-x64

从源码编译

git clone https://github.com/AYwlilwYA/code-connect.git
cd code-connect
cargo build --release -p codeconnect-cli