diff --git a/README.md b/README.md index 5132ce26..f14e8354 100644 --- a/README.md +++ b/README.md @@ -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