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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ pixee fix /my/project/directory/

## Docker Usage

Pixee can also be run in a Docker container. This is useful if you want to run Pixee on an oerating system that does not support brew, or a CI/CD pipeline or in a containerized environment.
Pixee can also be run in a Docker container. This is useful if you want to run Pixee on an operating system that does not support brew, or a CI/CD pipeline or in a containerized environment.

```
docker run --rm -it -v "${PWD}:/src" codemodder/pixee-cli fix /src
Expand Down