diff options
| author | 1Regina <46968488+1Regina@users.noreply.github.com> | 2021-07-14 16:44:08 +0800 |
|---|---|---|
| committer | Inari Listenmaa <inari.listenmaa@gmail.com> | 2021-07-14 17:20:20 +0800 |
| commit | a09d9bd0062e43ff45961c80ebd26d919af107ac (patch) | |
| tree | cebaac9583dde4e8b1ff8db4a91eb6e994dd9fb9 /doc | |
| parent | fffe3161d4db12333663c845aca8b214b9f1c3ec (diff) | |
install and upgrade stack
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/gf-developers.t2t | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/gf-developers.t2t b/doc/gf-developers.t2t index fafc3f4c4..840fa3762 100644 --- a/doc/gf-developers.t2t +++ b/doc/gf-developers.t2t @@ -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//. |
