Skip to content

Commit

Permalink
fix: typo as it seems docker only supports lowercased image names (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Guillermo C. Martínez <telekosmos@mymail.com>
  • Loading branch information
telekosmos and Guillermo C. Martínez authored Jan 6, 2025
1 parent d924891 commit b5710d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/projects/visionBoard/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ To use visionBoard via Docker:
3. (Optional) Create an alias for convenience:

```bash
alias visionBoard="docker run --rm ghcr.io/openpathfinder/visionBoard:latest"
alias visionBoard="docker run --rm ghcr.io/openpathfinder/visionboard:latest"
```

## From Source Code
Expand Down

0 comments on commit b5710d3

Please sign in to comment.