From 13632726fe004db0e2869b8666a48da1be79d5f6 Mon Sep 17 00:00:00 2001 From: Vaibhav Sagar Date: Mon, 7 Jan 2019 14:54:06 -0500 Subject: [PATCH] Update installation instructions [skip ci] Fixes #998. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b6945c7e..f806b65b 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ curl -sSL https://get.haskellstack.org/ | sh git clone https://github.com/gibiansky/IHaskell cd IHaskell pip3 install -r requirements.txt -stack install gtk2hs-buildtools +# stack install gtk2hs-buildtools # Disabled for now because gtk2hs-buildtools doesn't work with lts-13 yet stack install --fast ihaskell install --stack ``` @@ -61,7 +61,7 @@ brew install python3 zeromq libmagic cairo pkg-config haskell-stack pango git clone https://github.com/gibiansky/IHaskell cd IHaskell pip3 install -r requirements.txt -stack install gtk2hs-buildtools +# stack install gtk2hs-buildtools # Disabled for now because gtk2hs-buildtools doesn't work with lts-13 yet stack install --fast ihaskell install --stack ```