Skip to content

Commit

Permalink
Update README and remove linux aarch64 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
RinChanNOWWW committed Apr 16, 2023
1 parent fe53262 commit 9ae68c7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ jobs:
matrix:
arch:
- x86_64
- aarch64
platform:
- gnu
steps:
Expand All @@ -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 }}
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ae68c7

Please sign in to comment.