Skip to content

Commit

Permalink
Update README.md (#1126)
Browse files Browse the repository at this point in the history
Add windows powershell command to run the CLI in docker
  • Loading branch information
droosma authored Nov 15, 2024
1 parent 10713df commit b3d4c3a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ docker run \
codeclimate/codeclimate help
```

On windows:
```powershell
docker run `
--interactive --tty --rm `
--env CODECLIMATE_CODE="$(pwd)" `
--volume "$(pwd):/code" `
--volume /var/run/docker.sock:/var/run/docker.sock `
codeclimate/codeclimate help
```

## Project setup

### Configuration
Expand Down

0 comments on commit b3d4c3a

Please sign in to comment.