From e5028481e24e6e95ee11c6fae2323fca80449700 Mon Sep 17 00:00:00 2001 From: slycordinator <68940237+slycordinator@users.noreply.github.com> Date: Thu, 14 Dec 2023 15:24:49 +0900 Subject: [PATCH] Add installation directions for winge ShellCheck is now available on winget, so we can add it to the installation methods. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9d98b9d10..ca9b84720 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,12 @@ On Windows (via [chocolatey](https://chocolatey.org/packages/shellcheck)): C:\> choco install shellcheck ``` +Or Windows (via [winget](https://github.com/microsoft/winget-pkgs)): + +```cmd +C:\> winget install --id koalaman.shellcheck +``` + Or Windows (via [scoop](http://scoop.sh)): ```cmd