From 366dc5d3f8b56166df8aa7406794019280e5a071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-Ren=20Lin=29?= Date: Thu, 29 Mar 2018 20:24:31 +0800 Subject: [PATCH] Add snap install instructions to README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently shellcheck is only provided by the edge channel, should remove the --channel argument after it is in candidate/stable. Signed-off-by: ๆž—ๅšไป(Buo-Ren Lin) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d74f998..d9b5f1f 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,10 @@ On Solus: eopkg install shellcheck +From Snap Store: + + snap install --channel=edge shellcheck + From Docker Hub: ```sh