From c77df3659a6d23dceae61416aa607f7f358a6cc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucca=20Jim=C3=A9nez=20K=C3=B6nings?= Date: Fri, 19 Jan 2024 14:14:09 +0100 Subject: [PATCH] fix typos and phrasing in README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucca Jiménez Könings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56c5064..e975c26 100644 --- a/README.md +++ b/README.md @@ -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 ```