From 8f2c0edcea47e87df9513294bb755d9e71137db5 Mon Sep 17 00:00:00 2001
From: Clarth <clarth@admin@claytonia.net>
Date: Thu, 10 Apr 2025 09:18:47 -0400
Subject: [PATCH] Update README.md

---
 README.md | 17 +++++++++++++++--
 1 file changed, 15 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5525ef6..26833e3 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,18 @@
 
+<center><img src="TG-lunch-bot.jpeg" alt="TG Lunch Bot" width="400"></center>
+
+# Telegram Lunch Bot
+
+Auto downloads a schools menu.pdf and daily sends what's for lunch to a Telegram group.
+
+
+## Install
+
+`python3 -m venv lunchbot-env`
 
-`python3 -m venv venv`
 `source venv/bin/activate`
-`pip install requests beautifulsoup4 PyPDF2`
\ No newline at end of file
+
+`pip install requests beautifulsoup4 PyPDF2`
+
+## Run
+Run `start.sh` on a daily cron job.
\ No newline at end of file