1
0
forked from GitHub/gf-core

install and upgrade stack

This commit is contained in:
1Regina
2021-07-14 16:44:08 +08:00
committed by Inari Listenmaa
parent fffe3161d4
commit a09d9bd006

View File

@@ -30,6 +30,21 @@ If the Haskell Tool Stack is already installed, enter the following command in a
**On Mac OS and Windows**, the tools can be downloaded from their respective
web sites, as described below.
=== Stack ===
The primary installation method is via ``stack``. To install [stack https://docs.haskellstack.org/en/stable/README/]
- **On Mac and other Unix**, do either
```
curl -sSL https://get.haskellstack.org/ | sh
```
**OR**
```
wget -qO- https://get.haskellstack.org/ | sh
```
- **On Windows and other operating systems** :check out the install and [upgrade guide https://docs.haskellstack.org/en/stable/install_and_upgrade]
If you already have stack installed, upgrade it to the latest version by running: ``stack upgrade``
=== Git ===
To get the GF source code, you also need //Git//.