From 76b37302458e80fd03562aa4bd382756e0d2e74f Mon Sep 17 00:00:00 2001 From: Alan Wizemann Date: Tue, 31 Mar 2026 02:33:45 -0400 Subject: [PATCH] Fix clone URL in README to point to actual repo Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e4ae7d..550a102 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ A native macOS companion app for the [Hermes AI agent](https://github.com/hermes ## Building ```bash -git clone https://github.com/yourusername/scarf.git +git clone https://github.com/awizemann/scarf.git cd scarf/scarf open scarf.xcodeproj ```