Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
xvnpw committed Dec 4, 2024
1 parent 0552566 commit eac9a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ You can run the application using Docker without installing Python or Node.js lo
```powershell
docker run -v C:\path\to\your\project:/target `
-e OPENAI_API_KEY=$Env:OPENAI_API_KEY `
ghcr.io/xvnpw/ai-create-project-sec-design:v1 `
ghcr.io/xvnpw/ai-create-project-sec-design:v0.0.1 `
-v -t /target -o /target/security_design.md
```

Expand All @@ -66,7 +66,7 @@ docker run -v C:\path\to\your\project:/target `
```bash
docker run -v ~/path/to/your/project:/target \
-e OPENAI_API_KEY=$OPENAI_API_KEY \
ghcr.io/xvnpw/ai-create-project-sec-design:v1 \
ghcr.io/xvnpw/ai-create-project-sec-design:v0.0.1 \
-v -t /target -o /target/security_design.md
```

Expand Down

0 comments on commit eac9a47

Please sign in to comment.