From dd85d37af891080a09b5b5609959d3d8d1edb4b5 Mon Sep 17 00:00:00 2001 From: kaitranntt Date: Sat, 1 Nov 2025 17:02:19 -0400 Subject: [PATCH] docs: update installation URL with actual repository --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6813af39..fd957d35 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ ccs sonnet --verbose ## Installation ```bash -git clone https://github.com/yourusername/ccs.git +git clone https://github.com/kaitranntt/ccs.git cd ccs ./install.sh ``` @@ -29,7 +29,7 @@ cd ccs Or as a one-liner: ```bash -git clone https://github.com/yourusername/ccs.git && cd ccs && ./install.sh +git clone https://github.com/kaitranntt/ccs.git && cd ccs && ./install.sh ``` ## Configuration