From 3e93f1693cf25c63141e114db427e6734cfcbf10 Mon Sep 17 00:00:00 2001 From: Yoncodes Date: Tue, 28 Oct 2025 21:31:40 -0400 Subject: [PATCH] Update README with Rust installation and build steps Added installation instructions and build commands. --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 281f42d..b778d00 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ ## BD2 PS - +```bash +install rust +``` +```bash +Cargo build or Cargo build --release +``` +- First time should take over 8 - 10 minutes to compile ```bash run the mitm script @@ -7,4 +13,4 @@ run the mitm script ``` ## Features -- DB auto creates for new users \ No newline at end of file +- DB auto creates for new users