From dcff28a5d1f8245b13ceec374fc1d8c913922aa7 Mon Sep 17 00:00:00 2001 From: liyunze <50455574+liyunze-coding@users.noreply.github.com> Date: Sun, 9 Nov 2025 16:37:48 +1100 Subject: [PATCH] updated README --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 497d780..ddc3712 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,19 @@ Deakin Software Engineering Club Discord Bot project. To encourage students to l ## Setup -To be updated +### Setup Rust + +Installing Rustup will also install `cargo` + +Linux & MacOS: + +``` +curl https://sh.rustup.rs -sSf | sh +``` + +Windows: + +Download and run [rustup-init.exe](https://win.rustup.rs/) ## Rules