From faa28005e34809e7f07aeae51537fe3b82d464d1 Mon Sep 17 00:00:00 2001 From: blankie Date: Tue, 9 Jun 2026 05:58:55 +0000 Subject: [PATCH] readme: remove duplicate forum section --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 2405ee0..991c981 100644 --- a/README.md +++ b/README.md @@ -105,14 +105,6 @@ tmux new-session -d -s tinyweb 'python app.py' nohup python app.py & ``` -### Forum plugin (optional) - -```bash -pip install tinyweb-forum -``` - -Enable the forum on the `/style` page. See the [tinyweb-forum README](https://codeberg.org/tinyweb/tinyweb-forum) for details. - ### Docker A `docker-compose.yml` is included for containerized setups. Build and run: