summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorcoco875 <59367621+coco875@users.noreply.github.com>2025-07-18 12:55:10 +0000
committerGitHub <noreply@github.com>2025-07-18 06:55:10 -0600
commit761dad8f1af92445efc238ebdcbebbd33e0da7fd (patch)
tree2e075277d7790cd7368a0a833b262680b3d5df37 /docs
parent8696af8a6972ef308fd91f7fdd3a20e278645c5f (diff)
Update BUILDING.md (#471)
Diffstat (limited to 'docs')
-rw-r--r--docs/BUILDING.md2
1 files changed, 1 insertions, 1 deletions
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)
```