fix typos and phrasing in README.md

Signed-off-by: Lucca Jiménez Könings <development@jimkoen.com>
This commit is contained in:
Lucca Jiménez Könings 2024-01-19 14:14:09 +01:00 committed by Lion Kortlepel
parent f5532ec105
commit 3e2bbf1539
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -72,7 +72,7 @@ You can build on **Windows, Linux** or other platforms by following these steps:
When you make changes to the code, you only have to run step 4 again.
### Building for FreeBSD
Building on FreeBSD is only supported for major release branches of FreeBSD that are currently not EOL. The build process is the same as with to Linux, although build dependencies can be universally installed from ports via pkg:
Building is only supported for major release branches of FreeBSD that are currently not EOL. The build process is the same as on Linux, although build dependencies can be universally installed from ports via pkg:
```
pkg install git cmake-core zip bash devel/ninja devel/pkgconf lua53
```