diff --git a/readme.md b/readme.md index 8956218..610bff3 100644 --- a/readme.md +++ b/readme.md @@ -61,10 +61,9 @@ To get started with `fddl`, you'll first need to have the Rust programming langu Once Rust and Cargo are set up: -1. **Clone the Repository** (if you haven't already): +1. **Clone the Repository**: ```sh - # Replace with the actual URL of your fddl repository - git clone + git clone https://git.fddl.dev/fddl/fddl.git cd fddl ```