Skip to content

Commit c441693

Browse files
committed
doc/GUIDE: use installer script to install
1 parent 4a69b61 commit c441693

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/GUIDE.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,8 @@ michael@d30748af6d3d:~$ sudo apt-get install wget
6161
# Demonstrate that stack really isn't available
6262
michael@d30748af6d3d:~$ stack
6363
-bash: stack: command not found
64-
# Get the signing key for the package repo
65-
michael@d30748af6d3d:~$ wget -q -O- https://download.fpcomplete.com/ubuntu/fpco.key | sudo apt-key add -
66-
OK
67-
michael@d30748af6d3d:~$ echo 'deb http://download.fpcomplete.com/ubuntu/trusty stable main'|sudo tee /etc/apt/sources.list.d/fpco.list
68-
deb http://download.fpcomplete.com/ubuntu/trusty stable main
69-
michael@d30748af6d3d:~$ sudo apt-get update && sudo apt-get install stack -y
64+
# Install stack
65+
wget -qO- https://get.haskellstack.org/ | sh
7066
# downloading...
7167
michael@d30748af6d3d:~$ stack --version
7268
Version 0.1.3.1, Git revision 908b04205e6f436d4a5f420b1c6c646ed2b804d7

0 commit comments

Comments
 (0)