Skip to content

Commit 9ae68c7

Browse files
committed
Update README and remove linux aarch64 build.
1 parent fe53262 commit 9ae68c7

2 files changed

Lines changed: 18 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ jobs:
133133
matrix:
134134
arch:
135135
- x86_64
136-
- aarch64
137136
platform:
138137
- gnu
139138
steps:
@@ -153,11 +152,6 @@ jobs:
153152
toolchain: nightly
154153
components: clippy
155154
override: true
156-
- name: Cross setup
157-
if: matrix.arch == 'aarch64'
158-
run: |
159-
rustup target add aarch64-unknown-linux-gnu
160-
sudo apt install libssl-dev
161155
- name: Build Binary
162156
run: |
163157
target=${{ steps.target.outputs.target }}

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,24 @@ BT/PT 站 RSS 更新通知器。
1212

1313
- QQ 机器人: [go-cqhttp](https://github.com/Mrs4s/go-cqhttp).
1414

15+
## Install
16+
17+
### Download and Install from crates.io
18+
19+
```bash
20+
cargo install blooming
21+
```
22+
23+
### Download from Github Release
24+
25+
https://github.com/RinChanNOWWW/blooming/releases
26+
27+
### Build from source
28+
29+
```bash
30+
cargo build --release
31+
```
32+
1533
## 使用
1634

1735
```bash

0 commit comments

Comments
 (0)