From 75c128262792439de8488711d42f553e816f5adb Mon Sep 17 00:00:00 2001 From: lonix1 <40320097+lonix1@users.noreply.github.com> Date: Sun, 13 Sep 2026 16:05:46 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a384fcae6..6ae68d4af 100644 --- a/README.md +++ b/README.md @@ -225,6 +225,11 @@ docker run --rm -v "$PWD:/mnt" koalaman/shellcheck:stable myscript or use `koalaman/shellcheck-alpine` if you want a larger Alpine Linux based image to extend. It works exactly like a regular Alpine image, but has shellcheck preinstalled. +Using [mise](https://mise.jdx.dev/): +```sh +mise use shellcheck +``` + Using the [nix package manager](https://nixos.org/nix): ```sh nix-env -iA nixpkgs.shellcheck From 4e158549cc148fdaa560e68b7be09931257efd23 Mon Sep 17 00:00:00 2001 From: lonix1 <40320097+lonix1@users.noreply.github.com> Date: Sun, 13 Sep 2026 16:08:29 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ae68d4af..8cc737734 100644 --- a/README.md +++ b/README.md @@ -225,7 +225,7 @@ docker run --rm -v "$PWD:/mnt" koalaman/shellcheck:stable myscript or use `koalaman/shellcheck-alpine` if you want a larger Alpine Linux based image to extend. It works exactly like a regular Alpine image, but has shellcheck preinstalled. -Using [mise](https://mise.jdx.dev/): +Using [mise](https://mise.jdx.dev): ```sh mise use shellcheck ```