Skip to content

Commit 75062e5

Browse files
authored
Merge pull request #7 from MegaRedHand/fix/wrong-repo-in-readme
docs(readme): fix repo name in `git clone` command
2 parents 1efcfe9 + 8e9fe8b commit 75062e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ Run your first workflow :
102102

103103
```bash
104104
# 1. Clone the repo
105-
git clone https://github.com/fuzzinglabs/fuzzforge.git
106-
cd fuzzforge
105+
git clone https://github.com/fuzzinglabs/fuzzforge_ai.git
106+
cd fuzzforge_ai
107107

108108
# 2. Build & run with Docker
109109
# Set registry host for your OS (local registry is mandatory)

0 commit comments

Comments
 (0)