From 1b32d19ed4b2065dd6c85fcb9ea1fd6f4460f48b Mon Sep 17 00:00:00 2001 From: Daniel Bast <2790401+dbast@users.noreply.github.com> Date: Fri, 7 Jun 2019 16:48:09 +0200 Subject: [PATCH] Add install instructions for installing via conda See also: - Build repo: https://github.com/conda-forge/shellcheck-feedstock - Available platform/sversions: https://anaconda.org/conda-forge/shellcheck --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 6b789cd..cd96b21 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,10 @@ Or Windows (via [scoop](http://scoop.sh)): C:\> scoop install shellcheck ``` +Via conda on [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/shellcheck.svg)](https://anaconda.org/conda-forge/shellcheck): + + conda install -c conda-forge shellcheck + From Snap Store: snap install --channel=edge shellcheck