fix: update installation script URL from 'main' to 'master'
Some checks failed
Continuous Integration / Build and Test on ubuntu-latest (push) Successful in 2m2s
Continuous Integration / Build and Test on windows-latest (push) Has been cancelled

This commit is contained in:
2025-08-24 14:57:19 +02:00
parent 57f9c4bc67
commit 7c8d2e20c4

View File

@@ -32,7 +32,7 @@ cargo install codebase-to-prompt
You can download and run the installation script, which will install the latest release binary for your system:
```bash
curl -fsSL https://raw.githubusercontent.com/GKaszewski/codebase-to-prompt/main/install.sh | sh
curl -fsSL https://raw.githubusercontent.com/GKaszewski/codebase-to-prompt/master/install.sh | sh
```
### Option 3: From GitHub Releases