From 9ae68c7c4aa14aaf271efdc346e757ab49cadd66 Mon Sep 17 00:00:00 2001 From: RinChanNOWWW Date: Sun, 16 Apr 2023 13:39:13 +0800 Subject: [PATCH] Update README and remove linux aarch64 build. --- .github/workflows/release.yml | 6 ------ README.md | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d556ebb..90b7100 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -133,7 +133,6 @@ jobs: matrix: arch: - x86_64 - - aarch64 platform: - gnu steps: @@ -153,11 +152,6 @@ jobs: toolchain: nightly components: clippy override: true - - name: Cross setup - if: matrix.arch == 'aarch64' - run: | - rustup target add aarch64-unknown-linux-gnu - sudo apt install libssl-dev - name: Build Binary run: | target=${{ steps.target.outputs.target }} diff --git a/README.md b/README.md index 7f3267f..a24b515 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,24 @@ BT/PT 站 RSS 更新通知器。 - QQ 机器人: [go-cqhttp](https://github.com/Mrs4s/go-cqhttp). +## Install + +### Download and Install from crates.io + +```bash +cargo install blooming +``` + +### Download from Github Release + +https://github.com/RinChanNOWWW/blooming/releases + +### Build from source + +```bash +cargo build --release +``` + ## 使用 ```bash