From 0cefaf6b10dc8e3d5cc05086990d7c7038cb1329 Mon Sep 17 00:00:00 2001 From: Igor Katson Date: Sun, 17 Oct 2021 18:27:07 +0100 Subject: [PATCH] Update README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cadede..7efdab7 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,13 @@ So in short, it's not "feature complete", but rather "good enough for my use-cas Open sourced it just in case anyone might find it useful and/or wants to contribute. -## Build +## Installation +Preferred method is to build yourself to get the latest changes, but 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 :) + +## Build Just a regular Rust binary build process. cargo build --release