diff options
| -rw-r--r-- | docs/BUILDING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/BUILDING.md b/docs/BUILDING.md index cb23ad60c..cfa1f9d0e 100644 --- a/docs/BUILDING.md +++ b/docs/BUILDING.md @@ -1,4 +1,4 @@ -# Building Starship +# Building SpagettiKart ## Windows @@ -139,6 +139,8 @@ cmake --build build-cmake # Now you can run the executable in ./build-cmake/Spaghettify # To develop the project open the repository in VSCode (or your preferred editor) + +# System wide freezes may be due to low memory, add "-j4" to the end of the build command to use four cores. ``` ### Generate a distributable |
