From 4eec9921fd3ef44fbc11dc055ce76bc65df5a138 Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:31:06 +0300 Subject: [PATCH] build instructions wow --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 247c028..032f406 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,15 @@ better RAC client ### download binary go to [releases](https://github.com/MeexReay/bRAC/releases/latest) and download file you need. its simple. +(there are no releases now, wait for one or [build from source](https://github.com/MeexReay/bRAC#download-binary)) ### build from source (you have to install [rust](https://rust-lang.org) at first) ```bash -cargo build # build -cargo run # run +cargo build --release # build release (target/release/bRAC) +cargo run # run (builds and runs bRAC itself) ``` ## commands