Skip to content

Commit 3db0071

Browse files
Added Stack installation instructions for generic Unix-based systems
1 parent c17b64e commit 3db0071

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
As explained in the [REQUIREMENTS.md](REQUIREMENTS.md), the [_Stack_][stack] build system is our only installation requirement.
44
Detailed installation instructions for many operating systems are given on the respective [installation webpage][stackinstall].
55

6-
- Linux: You can install stack via `sudo apt-get install haskell-stack` (or `sudo pacman -S stack` if you are using pacman).
6+
- Linux: You can install stack via `curl -sSL https://get.haskellstack.org/ | sh` or `wget -qO- https://get.haskellstack.org/ | sh` (Alternatively, if you are using an Ubuntu-based distro, you can get it with apt `sudo apt-get install haskell-stack`, or `sudo pacman -S stack` if you are using an Arch-based distro).
77
Further instructions for installing stack including specific linux distributions are given [here][stackinstall].
88
- Windows 64-bit: Go to the [stack installation page][stackinstall]. Download and run the _Windows 64-bit Installer_.
99
- MacOS: Please follow the instructions on the [installation webpage][stackinstall].

0 commit comments

Comments
 (0)