From 09a0442e6f0e744c941a067076edc2d50b1780f6 Mon Sep 17 00:00:00 2001 From: Jack Back Date: Fri, 1 Mar 2024 13:22:27 +0100 Subject: [PATCH] fix(readme): correct typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0cf18ca..72f55d8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a client modification for IW6! - Clone this repository using [Git][git-link] - Update the submodules using ``git submodule update --init --recursive`` - Run Premake with this options ``premake5 vs2022`` (Visual Studio 2022). No other build systems are supported. -- Build project via solution file in `build\s1-mod.sln`. +- Build project via solution file in `build\iw6-mod.sln`. Only x64 is supported. Do not attempt to build for Windows ARM 64.