From efa5a0e5e2f12c3226f4c18988b39f41f5ef2bb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Barczy=C5=84ski?= Date: Thu, 18 May 2017 09:41:01 +0200 Subject: [PATCH] Fixed typo: cabal upate -> cabal update --- 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 0214b10..6d3e7d1 100644 --- a/More-Installation-Guides.md +++ b/More-Installation-Guides.md @@ -17,7 +17,7 @@ tar xvzf haskell-platform-7.10.2-a-unknown-linux-deb7.tar.gz popd # do the normal cabal thing -cabal upate +cabal update cabal install shellcheck cp ~/.cabal/bin/shellcheck /usr/local/bin ``` \ No newline at end of file