From b329178a862588dc6f5c75cb6c50fc5c1777502f Mon Sep 17 00:00:00 2001 From: Harivansh Rathi Date: Wed, 31 Dec 2025 01:17:31 +0530 Subject: [PATCH] Fix install URL to correct repo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05bdea6..50c24a9 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,13 @@ A self-improving coding agent that learns from every session. Patterns, failures ## Install ```bash -curl -fsSL https://raw.githubusercontent.com/Cloud/continual-learning/main/install.sh | bash +curl -fsSL https://raw.githubusercontent.com/harivansh-afk/claude-continual-learning/main/install.sh | bash ``` Or clone and install manually: ```bash -git clone https://github.com/Cloud/continual-learning.git +git clone https://github.com/harivansh-afk/claude-continual-learning.git cd continual-learning ./install.sh /path/to/your/project ```