From 354552bd1a89915bdcb049445316d27a4e5ab1fe Mon Sep 17 00:00:00 2001 From: MeexReay <127148610+MeexReay@users.noreply.github.com> Date: Sun, 9 Feb 2025 22:39:42 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 032f406..1d244f4 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ go to [releases](https://github.com/MeexReay/bRAC/releases/latest) and download (you have to install [rust](https://rust-lang.org) at first) ```bash +git clone https://github.com/MeexReay/bRAC.git +cd bRAC cargo build --release # build release (target/release/bRAC) cargo run # run (builds and runs bRAC itself) ```