Adds some information about FreeBSD installation.

This commit is contained in:
Alexey Vyskubov 2023-03-07 13:01:20 +02:00 committed by GitHub
parent 784942ca58
commit f5f7c26d8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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