From 9c18d5c060443c28eaf1fff0beefc6d670700d6e Mon Sep 17 00:00:00 2001 From: Akbar Rahman Date: Fri, 15 May 2026 17:21:20 +0100 Subject: [PATCH] add note that nowblinkie does not web host --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 80e1b49..e87fa64 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,10 @@ generate dynamic blinkies to use on your website, using the output of arbitrary commands. +nowblinkie does not host a web server, +you must use a separate webserver to host your blinkies, +such as nginx or caddy. + ## usage 1. install requirements: `pip install -r requirements.txt`