From e6e8ab0415f720afee5f426b6ca09757a4ed12ce Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Sun, 5 Feb 2023 11:13:07 -0300 Subject: [PATCH 1/2] Mention VS Code ShellCheck binaries distribution --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f3e4a9..a1c59a7 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,8 @@ Alternatively, you can download pre-compiled binaries for the latest release her or see the [GitHub Releases](https://github.com/koalaman/shellcheck/releases) for other releases (including the [latest](https://github.com/koalaman/shellcheck/releases/tag/latest) meta-release for daily git builds). +You can also find pre-compiled binaries repackaged in `.tar.gz` format in the [VS Code ShellCheck Binaries](https://github.com/vscode-shellcheck/shellcheck-binaries/releases) repository. It also includes a pre-compiled binary for **Apple M1** processors. + Distro packages already come with a `man` page. If you are building from source, it can be installed with: ```console From 08b437974e871d82213545b9a079bcb794f7a58a Mon Sep 17 00:00:00 2001 From: Vidar Holen Date: Sun, 23 Apr 2023 16:47:49 -0700 Subject: [PATCH 2/2] Rewrite vscode-shellcheck blurb --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1c59a7..3a839aa 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,8 @@ Alternatively, you can download pre-compiled binaries for the latest release her or see the [GitHub Releases](https://github.com/koalaman/shellcheck/releases) for other releases (including the [latest](https://github.com/koalaman/shellcheck/releases/tag/latest) meta-release for daily git builds). -You can also find pre-compiled binaries repackaged in `.tar.gz` format in the [VS Code ShellCheck Binaries](https://github.com/vscode-shellcheck/shellcheck-binaries/releases) repository. It also includes a pre-compiled binary for **Apple M1** processors. +There are currently no official binaries for Apple Silicon, but third party builds are available via +[ShellCheck for Visual Studio Code](https://github.com/vscode-shellcheck/shellcheck-binaries/releases). Distro packages already come with a `man` page. If you are building from source, it can be installed with: