From f3f6d9b71882e8b90fc9bff5d5a02eb99daae684 Mon Sep 17 00:00:00 2001 From: June Date: Thu, 16 Oct 2025 21:22:38 +1300 Subject: [PATCH] readme tweak, just build the image hopefully lol --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 40b3f14..6534a23 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # Cliffbot2 -Just a simple lil web scraper for the Heathcliff webcomic. An improved verison of [a similar project](https://git.breadone/xyz/breadone/cliffbot) I made a few years ago, this time without requiring AWS Lambda, and all nice and dockerised. +Just a simple lil web scraper for the Heathcliff webcomic. An improved verison of [a similar project](https://git.breadone.xyz/breadone/cliffbot) I made a few years ago, this time without requiring AWS Lambda, and all nice and dockerised. ## Setup @@ -12,6 +12,8 @@ Clone the repo (or just download the compose file), then run: docker compose up -d ``` +Sidenote, the image is just hosted on this gitea instance running on a thin client. If it's slow, just build the image yourself sorry!! + Or if you just want to run the python file, 1. clone the repo