From 712fbcf240cd11b50c90a3003a233593cfb5304b Mon Sep 17 00:00:00 2001 From: Jack Slater <903791+NuclearMonster@users.noreply.github.com> Date: Wed, 13 Aug 2025 12:31:16 -1000 Subject: [PATCH] Quick typo fix in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7b6d7ef..44514915 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ For Windows, For macOS, 1. Install XCode. - 2. CMake via homebrew https://brew.sh or your package manager of choice. + 2. Install CMake via homebrew https://brew.sh or your package manager of choice. 3. `git clone git://github.com/ioquake/ioq3.git` 4. `cd ioq3` 5. `cmake -S . -B build -DCMAKE_BUILD_TYPE=Release`