From 373b1862eb9f9012ab493340adf683741b7ea9af Mon Sep 17 00:00:00 2001 From: mtecnic Date: Sun, 19 Apr 2026 00:44:39 +0000 Subject: [PATCH] docs: fix broken clone URL in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The install instructions pointed at foxvalleyai/ctx, which doesn't exist — copy-pasting the command would fail for new users. Co-Authored-By: Claude Opus 4.7 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89bbec3..8b444ad 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ A typical Wikipedia article drops from **1.2 MB of raw HTML to 150 KB of CTX** ```bash # Clone and set up -git clone https://github.com/foxvalleyai/ctx.git +git clone https://github.com/mtecnic/ctx.git cd ctx python3 -m venv venv source venv/bin/activate