summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Sousa <55895340+hugos99@users.noreply.github.com>2024-04-04 12:26:20 +0100
committerGitHub <noreply@github.com>2024-04-04 12:26:20 +0100
commit0a7bb1822e9c80dae21aa6aaba6d8da3de5d9e94 (patch)
tree81bdf2831fb8f271947b135eef12ae6cd5547cca
parent50db9a29c45f1f2a0db7ec60c8850c99e8e31d6e (diff)
Update README.md to add macOS Arm64 pre-compiled binaries link
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6542ac2..366c427 100644
--- a/README.md
+++ b/README.md
@@ -233,6 +233,7 @@ Alternatively, you can download pre-compiled binaries for the latest release her
* [Linux, x86_64](https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.x86_64.tar.xz) (statically linked)
* [Linux, armv6hf](https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.armv6hf.tar.xz), i.e. Raspberry Pi (statically linked)
* [Linux, aarch64](https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.linux.aarch64.tar.xz) aka ARM64 (statically linked)
+* [macOS, aarch64](https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.darwin.aarch64.tar.xz)
* [macOS, x86_64](https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.darwin.x86_64.tar.xz)
* [Windows, x86](https://github.com/koalaman/shellcheck/releases/download/stable/shellcheck-stable.zip)