From d2b33f236a98fa9c9d86542cc8365f55a91c107e Mon Sep 17 00:00:00 2001 From: Pedram Ashofteh-Ardakani Date: Mon, 27 Mar 2023 01:32:42 +0330 Subject: [PATCH] Index.php: add pacman to local installation notice Until now, the website header instructed the users about using `shellcheck` locally based on their distribution. However, Archlinux was missing even though it is supported. With this commit, `pacman` is added to the list of pacage managers that help install shellcheck locally. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 335224a..b86550a 100644 --- a/index.php +++ b/index.php @@ -129,7 +129,7 @@
- You can cabal, apt, dnf, pkg or brew install it locally right now. + You can cabal, apt, dnf, pkg, pacman or brew install it locally right now.