From 7c8d2e20c4d81a15dae2e3a13625f8b500b17d19 Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sun, 24 Aug 2025 14:57:19 +0200 Subject: [PATCH] fix: update installation script URL from 'main' to 'master' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 596433a..46e9226 100644 --- a/README.md +++ b/README.md @@ -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