You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/install_and_upgrade.md
+20-13Lines changed: 20 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -21,16 +21,15 @@ future, we are open to supporting more OSes (to request one, please
21
21
Binary packages are signed with this [signing key](SIGNING_KEY.md).
22
22
23
23
If you are writing a script that needs to download the latest binary, you can
24
-
find links that always point to the latest bindists
25
-
[here](https://www.stackage.org/stack).
24
+
use URLs like `https://get.haskellstack.org/stable/<PLATFORM>.<EXTENSION>` (e.g. //get.haskellstack.org/stable/linux-x86_64.tar.gz) that always point to the latest stable release.
26
25
27
26
## Windows
28
27
29
28
We recommend installing to the default location with these installers, as that
30
29
will make `stack install` and `stack upgrade` work correctly out of the box.
* Extract the archive and place `stack` somewhere on your `$PATH` (see [Path section below](#path))
245
252
246
253
* Ensure you have required system dependencies installed. These include GCC, GNU make, xz, perl, libgmp, libffi, and zlib. We also recommend Git and GPG. To install these using your package manager:
0 commit comments