From e82c2e0533f92d28e2700d8b84941c15d4fdfe5c Mon Sep 17 00:00:00 2001 From: myramnath Date: Thu, 20 Nov 2025 11:21:52 +0530 Subject: [PATCH] Change repository link to claude-memory-extractor Updated repository links for local installation instructions. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc78c90..f977005 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,8 @@ Analyzes Claude Code conversation logs and extracts **transferable lessons** usi npm install -g claude-memory # Or install from source -git clone https://github.com/obra/claude-memory.git -cd claude-memory +git clone https://github.com/obra/claude-memory-extractor.git +cd claude-memory-extractor npm install && npm run build npm link ``` @@ -64,8 +64,8 @@ npm link ### Option 2: Local Development ```bash -git clone https://github.com/obra/claude-memory.git -cd claude-memory +git clone https://github.com/obra/claude-memory-extractor.git +cd claude-memory-extractor npm install && npm run build # Run directly