Merge remote-tracking branch 'origin/pr/805'

This commit is contained in:
Julian Ospald 2023-03-11 21:23:31 +08:00
commit 89e4145baf
Signed by: hasufell
GPG Key ID: 3786C5262ECB4A3F
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ For Linux, macOS, FreeBSD or Windows Subsystem 2 for Linux, run this in a termin
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
```
Notice that only FreeBSD 13.x is supported. If the installation fails, complaining about `libncursesw.8.so`, you will need to install FreeBSD 12 compat package first, for example, `pkg install compat12x-amd64-12.2.1202000.20210406`.
For Windows, run this in a PowerShell session:
```psh