docs: update installation URL with actual repository

This commit is contained in:
kaitranntt
2025-11-01 17:02:19 -04:00
parent c8f85a1220
commit dd85d37af8
+2 -2
View File
@@ -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