From b935d7e1255459a0d7986a75e1bffef13828ad27 Mon Sep 17 00:00:00 2001 From: johnnyfish Date: Sun, 8 Feb 2026 19:37:26 +0200 Subject: [PATCH] fix: git url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 299ebd6..ef6ede3 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Deploy a team of AI agents that work together — each with their own identity, ### 1. Clone and Setup ```bash -git clone https://github.com/your-org/clawe.git +git clone https://github.com/getclawe/clawe.git cd clawe cp .env.example .env ```