From fa0f88c106afb4defe35ea9b17f3bc4f884a7d04 Mon Sep 17 00:00:00 2001 From: ryantig Date: Fri, 4 Oct 2019 11:11:21 -0700 Subject: [PATCH] Update README.md Repair link to #installing-a-pre-compiled-binary (was pointing to #installing-the-shellcheck-binary) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9237460..8ad5d10 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Services and platforms with third party plugins: Most other services, including [GitLab](https://about.gitlab.com/), let you install ShellCheck yourself, either through the system's package manager (see [Installing](#installing)), -or by downloading and unpacking a [binary release](#installing-the-shellcheck-binary). +or by downloading and unpacking a [binary release](#installing-a-pre-compiled-binary). It's a good idea to manually install a specific ShellCheck version regardless. This avoids any surprise build breaks when a new version with new warnings is published.