fix: update clone URL in installation instructions in README.md

This commit is contained in:
2025-08-24 14:11:43 +02:00
parent 6d36f4b3aa
commit dc61958151

View File

@@ -17,7 +17,7 @@
1. Ensure you have [Rust](https://www.rust-lang.org/) installed. 1. Ensure you have [Rust](https://www.rust-lang.org/) installed.
2. Clone this repository: 2. Clone this repository:
```bash ```bash
git clone <repository-url> git clone https://github.com/GKaszewski/codebase-to-prompt
cd codebase-to-prompt cd codebase-to-prompt
``` ```
3. Build the project: 3. Build the project: