From da13a0a17245764ad489e1e0df09496fa30b6d88 Mon Sep 17 00:00:00 2001 From: Protogen187 <162638343+Protogen187@users.noreply.github.com> Date: Fri, 28 Feb 2025 10:08:26 +0100 Subject: [PATCH] Update getting-started.md Trying to fix Markdown boxes --- docs/en/game/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/game/getting-started.md b/docs/en/game/getting-started.md index 2626b1ea..16bd9140 100644 --- a/docs/en/game/getting-started.md +++ b/docs/en/game/getting-started.md @@ -59,7 +59,7 @@ cmake --build bin --parallel --config Release !!!note - Should you run out of RAM while building, you can ommit the --parallel instruction, it will then use less RAM due to building only on one CPU thread. + Should you run out of RAM while building, you can ommit the --parallel instruction, it will then use less RAM due to building only on one CPU thread. Move the finished application out of the `/bin` folder into its own folder and run it from there