diff --git a/docs/BUILDING.md b/docs/BUILDING.md index 5af0668f5..cbf501583 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -206,7 +206,7 @@ cmake --build build-cmake --target ExtractAssets cmake --build build-cmake # Now you can run the executable file: -./build-cmake/mm/spaghetti-macos +./build/Spaghettify # To develop the project open the repository in VSCode (or your preferred editor) ```