Skip to content

Commit

Permalink
Merge pull request #110 from llaville/update_readme
Browse files Browse the repository at this point in the history
Update Docker CLI syntax for PHP/branch 8.0
  • Loading branch information
overtrue committed Nov 25, 2021
2 parents a99fa70 + 1f5b1a1 commit 3708f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -97,7 +97,7 @@ If you want to disable the config file, you can add option `--no-configuration`.
### Docker cli

```bash
$ docker run overtrue/phplint ./ --exclude=vendor
docker run --rm -t -v "${PWD}":/workdir overtrue/phplint ./ --exclude=vendor
```

### Program
Expand Down

0 comments on commit 3708f16

Please sign in to comment.