From 41b26a0a3ba2bcdc7a15890e930fe295900fa7b3 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Wed, 15 Nov 2023 19:07:24 +0000 Subject: [PATCH] Add cargo install to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c099206..a61bab0 100644 --- a/README.md +++ b/README.md @@ -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.