From 42b5e31bbced410b7b6b10751512e302e75eb2b5 Mon Sep 17 00:00:00 2001 From: Edo Date: Fri, 1 Dec 2023 16:16:07 +0100 Subject: [PATCH] maint: update the README once again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d196030..d8f036f 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ This is the master server our clients use. It is based on the DP Master Server ( **IMPORTANT** For Unix systems, you must use Clang to compile this project. You will also be required to install the LLVM C++ Standard library to run this program. -If you need to use another compiler, like GCC, you will be required to use the [Mold](https://github.com/rui314/mold) linker. Additionally, you must tweak the Premake5.lua script as it's hardcoded to use Clang. +If you need to use another compiler, like GCC, you must use the [Mold](https://github.com/rui314/mold) linker. Additionally, you must tweak the Premake5.lua script as it is hardcoded to use Clang.