From 1a0d67bd2899fa85195f2b4fbaf047bce5e6e8d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sch=C3=A4f?= Date: Thu, 16 Jul 2026 15:20:14 +0200 Subject: [PATCH] Update repository link in README for self-hosting (#1025) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13348473..b29ccd91 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Accounted implements double-entry bookkeeping compliant with Swedish accounting ## Self-Hosting ```bash -git clone https://github.com/erp-mafia/gnubok.git +git clone https://github.com/erp-mafia/accounted.git cd Accounted ./setup.sh # Prompts for Supabase credentials, generates .env docker compose up -d