From b425d8c9aed230e7464a2e61c573e53f771159e9 Mon Sep 17 00:00:00 2001 From: OtherBlue <93625085+OtherBlue@users.noreply.github.com> Date: Mon, 8 Jun 2026 19:46:38 -0300 Subject: [PATCH] typo fix in building docs --- docs/building.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/building.md b/docs/building.md index e9e72edd1..cb2346519 100644 --- a/docs/building.md +++ b/docs/building.md @@ -22,7 +22,7 @@ It is recommended that you install Python and Git standalone, the install proces _Note: Be sure to either clone with the ``--recursive`` flag or do ``git submodule update --init`` after cloning to pull in the libultraship submodule!_ -2. After setup and initial build, use the built-in OTR extraction to make your sf64.o2r file. +2. After setup and initial build, use the built-in OTR extraction to make your sm64.o2r file. _Note: Instructions assume using powershell_ ```powershell @@ -33,7 +33,7 @@ cd ghostship # Add `-DCMAKE_BUILD_TYPE:STRING=Release` if you're packaging & 'C:\Program Files\CMake\bin\cmake' -S . -B "build/x64" -G "Visual Studio 17 2022" -T v143 -A x64 -# Generate sf64.o2r +# Generate sm64.o2r & 'C:\Program Files\CMake\bin\cmake.exe' --build .\build\x64 --target ExtractAssets # Generate ghostship.o2r @@ -133,7 +133,7 @@ git submodule update --init # Add `-DPython3_EXECUTABLE=$(which python3)` if you are using non-standard Python installations such as PyEnv cmake -H. -Bbuild-cmake -GNinja -# Generate sf64.o2r +# Generate sm64.o2r cmake --build build-cmake --target ExtractAssets # Generate ghostship.o2r @@ -183,7 +183,7 @@ git submodule update --init # Add `-DCMAKE_BUILD_TYPE:STRING=Release` if you're packaging cmake -H. -Bbuild-cmake -GNinja -# Generate sf64.o2r +# Generate sm64.o2r cmake --build build-cmake --target ExtractAssets # Generate ghostship.o2r