From 75c8d7dc9fc4f26509cadc65e8c8b8ab2a067738 Mon Sep 17 00:00:00 2001 From: D++ <82842780+dplusplus1024@users.noreply.github.com> Date: Thu, 12 Feb 2026 20:31:25 -0800 Subject: [PATCH] Fixed Typo (#652) Changed from Starship to SpaghettiKart --- docs/BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BUILDING.md b/docs/BUILDING.md index dfae6927d..da288947c 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -18,7 +18,7 @@ Doing so should also check one of the Windows SDKs by default. Then, in the ins It is recommended that you install Python and Git standalone, the install process in VS Installer has given some issues in the past. -1. Clone the Starship repository +1. Clone the SpaghettiKart repository _Note: Be sure to either clone with the ``--recursive`` flag or do ``git submodule update --init`` after cloning to pull in the libultraship submodule!_