From 6485ece446d9c0879abd2ae8ce2985dbb0dc3543 Mon Sep 17 00:00:00 2001
From: Cursed Entertainment <110344485+CursedPrograms@users.noreply.github.com>
Date: Sun, 20 Oct 2024 16:22:56 +0200
Subject: [PATCH] Update README.md
---
README.md | 18 ++++++++++++++----
1 file changed, 14 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 5ce3526..ee5e11b 100644
--- a/README.md
+++ b/README.md
@@ -26,23 +26,33 @@
```bash
pip install -r requirements.txt
```
+
+
```bash
python main.py
```
+
+
To make the setup script executable, run the following command in your terminal:
```bash
chmod +x setup.sh
```
-
+
-