From 937e72fd000b40ca0139cbe382b25ab3e6f583b3 Mon Sep 17 00:00:00 2001 From: Jack Slater <903791+NuclearMonster@users.noreply.github.com> Date: Sat, 30 Aug 2025 23:05:42 -1000 Subject: [PATCH] Update README.md to fix the fix for the fix about the backticks. I'm pretty sure this formatting was good the last time I touched it. Lets try it this way. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 01b38dcf..f1d6f732 100644 --- a/README.md +++ b/README.md @@ -90,8 +90,8 @@ For *nix, 3. Install dependencies according to your operating system's instructions. for apt-based systems, `sudo apt install cmake libsdl2-dev` 4. `cmake -S . -B build -DCMAKE_BUILD_TYPE=Release` - `cmake --build build` - 5. The resulting files will be in the `build` directory. + 5. `cmake --build build` + 6. The resulting files will be in the `build` directory. For Windows, 1. Install Visual Studio Community Edition from Microsoft. @@ -100,9 +100,8 @@ For Windows, 3. Clone our git repository either using the command-line or a GUI tool: `git clone git://github.com/ioquake/ioq3.git` 4. Compile using Visual Studio by selecting our CMakeLists.txt and clicking Build. - 5. Or using the command-line: - `cmake -S . -B build -G "Visual Studio 17 2022"` - `cmake --build build --config Release` + 5. Or using the command-line: `cmake -S . -B build -G "Visual Studio 17 2022"` + 6. `cmake --build build --config Release` For macOS, 1. Install XCode.