From 347f6f20e571ccac03b6dc8257f53432a7a7a636 Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Sun, 4 Oct 2015 02:01:15 -0400 Subject: [PATCH] Updated More Installation Guides (markdown) --- More-Installation-Guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/More-Installation-Guides.md b/More-Installation-Guides.md index ec686af..21a920f 100644 --- a/More-Installation-Guides.md +++ b/More-Installation-Guides.md @@ -3,7 +3,7 @@ Here are [contributed instructions](https://github.com/koalaman/shellcheck/issues/427) for installing ShellCheck on CentOS 6: ```bash -# Deps +# Haskell Deps. Or read on and use that source in the wiki. yum groupinstall "Development Tools" -y yum install gmp-devel # may need epel sudo ln -s libgmp.so.3 /usr/lib64/libgmp.so.10