From 14e92eeeda08c6c7b6a0180248bee87a438e43de Mon Sep 17 00:00:00 2001 From: "andy.powell" Date: Fri, 24 Apr 2026 20:34:44 +0100 Subject: [PATCH] Fix: repo url in installation instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6ae5e2..749def8 100644 --- a/README.md +++ b/README.md @@ -18,19 +18,19 @@ Built-in history in these tools is limited to recent session titles or basic lis ## Install ```bash -brew install danfollent/tap/chatgrep +brew install dfollent/tap/chatgrep ``` Or via `go install`: ```bash -go install github.com/danielfollent/chatgrep/cmd/chatgrep@latest +go install github.com/dfollent/chatgrep/cmd/chatgrep@latest ``` Or build from source: ```bash -git clone https://github.com/danielfollent/chatgrep.git +git clone https://github.com/dfollent/chatgrep.git cd chatgrep go build -o bin/chatgrep ./cmd/chatgrep ```