Merge pull request #7 from MegaRedHand/fix/wrong-repo-in-readme

docs(readme): fix repo name in `git clone` command
This commit is contained in:
Patrick Ventuzelo
2025-10-01 00:25:51 +02:00
committed by GitHub

View File

@@ -102,8 +102,8 @@ Run your first workflow :
```bash
# 1. Clone the repo
git clone https://github.com/fuzzinglabs/fuzzforge.git
cd fuzzforge
git clone https://github.com/fuzzinglabs/fuzzforge_ai.git
cd fuzzforge_ai
# 2. Build & run with Docker
# Set registry host for your OS (local registry is mandatory)