From edcca7563738eab07751c8be369f9b132f571ab7 Mon Sep 17 00:00:00 2001 From: Lion Date: Fri, 8 Dec 2023 17:18:54 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f7e5e9..558a471 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This is the server for the multiplayer mod **[BeamMP](https://beammp.com/)** for the game [BeamNG.drive](https://www.beamng.com/). The server is the point through which all clients communicate. You can write Lua mods for the server, there are detailed instructions on the [BeamMP Wiki](https://wiki.beammp.com). -**For Linux, you __need__ the runtime dependencies, listed below under "[prerequisites](#prerequisites)".** +**For Linux, you __need__ the runtime dependencies, which are listed below under [Runtime Dependencies](#runtime-dependencies)** ## Support + Contact @@ -43,7 +43,7 @@ We only allow building unmodified (original) source code for public use. `master ## Supported Operating Systems -The code itself supports (latest stable) Linux and Windows. In terms of actual build support, for now we usually only distribute Windows binaries and Linux. For any other distro or OS, you just have to find the same libraries listed in the Linux Build [Prerequisites](#prerequisites) further down the page, and it should build fine. We don't currently support any big-endian architectures. +The code itself supports (latest stable) Linux and Windows. In terms of actual build support, for now we usually only distribute Windows binaries and Linux. For any other distro or OS, you just have to find the same libraries listed in [Runtime Dependencies](#runtime-dependencies) further down the page, and it should build fine. Recommended compilers: MSVC, GCC, CLANG.