From 576f1c72ea48eaa61f6fbfe35241a58dd9fd17c7 Mon Sep 17 00:00:00 2001 From: CAG2Mark Date: Sun, 28 Apr 2024 23:22:10 +0800 Subject: [PATCH] Update readme --- README | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README b/README index fa78665..09ff4f6 100644 --- a/README +++ b/README @@ -1,2 +1,18 @@ # SuperUserBot Allows certain users to gain a role temporarily using /sudo. + +# Running +Clone the repository: +```bash +git clone https://github.com/CAG2Mark/SuperUserBot +cd SuperUserBot +``` +Install the dependencies: +``` +pip install -r requirements.txt +``` +Run the bot: +``` +python3 main.py +``` +You may want to make a virtual Python environment.