Add cargo install to readme

This commit is contained in:
Igor Katson 2023-11-15 19:07:24 +00:00
parent fb681d6b86
commit 41b26a0a3b
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

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.