This commit is contained in:
Tristan 2025-05-28 13:48:36 -04:00
parent b6953acc65
commit 7e3d423814

View File

@ -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 <repository_url> with the actual URL of your fddl repository
git clone <repository_url>
git clone https://git.fddl.dev/fddl/fddl.git
cd fddl
```