From dc61958151312cf707bd7b123949debe8a8a451e Mon Sep 17 00:00:00 2001 From: Gabriel Kaszewski Date: Sun, 24 Aug 2025 14:11:43 +0200 Subject: [PATCH] fix: update clone URL in installation instructions in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 356fd20..c487609 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ 1. Ensure you have [Rust](https://www.rust-lang.org/) installed. 2. Clone this repository: ```bash - git clone + git clone https://github.com/GKaszewski/codebase-to-prompt cd codebase-to-prompt ``` 3. Build the project: