diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -158,6 +158,14 @@ Standalone binaries are available for download on the project's github release page: https://github.com/koalaman/shellcheck/releases +In order for arcanist to detect the `shellcheck` executable, you need to make it available in your `PATH`; +if another version is already installed, make sure the recent one is found first. +You can check what version will be run with: +``` +shellcheck --version +``` + + If you are running Debian 10, it is also available in the backports repository: ``` sudo apt-get -t buster-backports install shellcheck