From de272f572b259f3accf03c5718cd33f7d1a92e5c Mon Sep 17 00:00:00 2001 From: Endert0m <150169852+Endert0m@users.noreply.github.com> Date: Wed, 24 Jun 2026 13:06:17 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d112058..9b24543 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,11 @@ Per spostare l'intera scena si tiene premuto il tasto centrale del mouse. # Per compilare: - cmake --build + mkdir build //se non esiste giĆ  + cd build + cmake .. + cmake --build . -j$(nproc) # Per lanciare: - - ./build/bin/mainV11 + cd bin + ./mainV11