Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
## 🔧 Build Pre-requisites

### 1. 🐳Using Docker (Recommend)
You can use the [Dockerfile](Docekrfile) to build the environment:
You can use the [Dockerfile](Dockerfile) to build the environment:
```
docker build -t promptfuzz .
docker run -it promptfuzz bash
docker run -it -v $(pwd):/root/promptfuzz promptfuzz bash
```

### 2. Library build scripts
Expand Down