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
```
-
+
-