diff --git a/Ignore.md b/Ignore.md index 8174c07..c6049a3 100644 --- a/Ignore.md +++ b/Ignore.md @@ -29,7 +29,7 @@ Pass it to Docker directly: docker run -e SHELLCHECK_OPTS="-e SC2059 -e SC2034 -e SC1090" -v "$PWD:/mnt" koalaman/shellcheck myscript -Set the `SHELLCHECK_OPTS` variable in shell: +Optionally you can set the `SHELLCHECK_OPTS` variable in shell: export SHELLCHECK_OPTS="-e SC2059 -e SC2034 -e SC1090"