From 617bd00fb9971a0d9cb13594c14f8f08bf919b8d Mon Sep 17 00:00:00 2001 From: Mingye Wang Date: Sun, 4 Oct 2015 02:00:22 -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 612d83e..ec686af 100644 --- a/More-Installation-Guides.md +++ b/More-Installation-Guides.md @@ -10,7 +10,7 @@ sudo ln -s libgmp.so.3 /usr/lib64/libgmp.so.10 # Get haskell. https://www.haskell.org/platform/linux.html#linux-generic # Or follow https://wiki.haskell.org/GNU/Linux#RHEL.2C_CentOS.2C_Scientific_Linux_5_and_6_and_Fedora_16_and_17. -pushd "$(mktemp -d)" # prevent tarball from messing whereever you are up +pushd "$(mktemp -d)" # prevent tarball from messing wherever you are up wget https://haskell.org/platform/download/7.10.2/haskell-platform-7.10.2-a-unknown-linux-deb7.tar.gz tar xvzf haskell-platform-7.10.2-a-unknown-linux-deb7.tar.gz ./install-haskell-platform.sh