From 89c6f6c8009f55454f9301a09f43459434e3bca4 Mon Sep 17 00:00:00 2001 From: Matthew Marchese Date: Thu, 26 May 2016 09:56:36 -0700 Subject: [PATCH] Add Gentoo to supported distribution list. It was missing from the list. I thought it was best to add it. :) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ca888fe..106ada6 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,10 @@ On Debian based distros: apt-get install shellcheck +On Gentoo based distros: + + emerge --ask shellcheck + On Fedora based distros: dnf install ShellCheck