File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments