mirror of
https://github.com/FuzzingLabs/fuzzforge_ai.git
synced 2026-07-09 00:57:52 +02:00
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:
@@ -102,8 +102,8 @@ Run your first workflow :
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
# 1. Clone the repo
|
# 1. Clone the repo
|
||||||
git clone https://github.com/fuzzinglabs/fuzzforge.git
|
git clone https://github.com/fuzzinglabs/fuzzforge_ai.git
|
||||||
cd fuzzforge
|
cd fuzzforge_ai
|
||||||
|
|
||||||
# 2. Build & run with Docker
|
# 2. Build & run with Docker
|
||||||
# Set registry host for your OS (local registry is mandatory)
|
# Set registry host for your OS (local registry is mandatory)
|
||||||
|
|||||||
Reference in New Issue
Block a user