Merge branch 'ikatson:main' into main

This commit is contained in:
ALEZ 2023-11-15 21:05:47 +01:00 committed by GitHub
commit 79a1e1106f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,12 @@ Open sourced it just in case anyone might find it useful and/or wants to contrib
There are pre-built binaries in [releases](https://github.com/ikatson/rqbit/releases).
If someone wants to put rqbit into e.g. homebrew, PRs welcome :)
If you have rust toolchain installed, this should work:
```
cargo install rqbit
```
## Build
Just a regular Rust binary build process.