From 7a98f89531e8b96d8ed6c3790fc81928ecd1f218 Mon Sep 17 00:00:00 2001 From: Arthur Barraux Date: Thu, 12 Jun 2025 16:53:21 +0200 Subject: [PATCH] readme update --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 851a83d..98382c1 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ You will only need **cmake** and **clang** to compile the editor. ## Installation -Here is the installation line : +Here is the installation line for development version: -```git clone --branch V1.0 --single-branch https://github.com/le-cocotier/beluga.git ~/.beluga && cd ~/.beluga && mkdir build && cd build && cmake ../ && make beluga``` +```git clone --recurse-submodules https://github.com/le-cocotier/beluga.git ~/.beluga && cd ~/.beluga && mkdir build && cd build && cmake ../ && make beluga``` The executable file will be in `bin/beluga`. Feel free to add it to your path.