Update README.md

This commit is contained in:
tduhamel42
2025-09-30 13:45:47 +02:00
committed by GitHub
parent 4b5326395e
commit 4ea38570fd

View File

@@ -119,7 +119,7 @@ docker compose up -d
# 3. Run your first workflow
cd test_projects/vulnerable_app/ # Go into the test directory
fuzzforge init # Init a fuzzforge project
ff workflow security_assessment . # Start a workflow (you can also use ff command)
ff workflow run security_assessment . # Start a workflow (you can also use ff command)
```
### Manual Workflow Setup