From 19601a0078e9d63b00d863cee9a73097e077da10 Mon Sep 17 00:00:00 2001 From: Arthur Barraux Date: Thu, 10 Oct 2024 02:15:11 +0200 Subject: [PATCH] merge v1 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b7a1f9..10c0e68 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ You will only need **make** or **gcc** to compile the editor. ## Installation Here is the installation line : -```git clone https://github.com/le-cocotier/beluga.git ~/.beluga && cd ~/.beluga && make build``` + +```git clone --branch V1.0 --single-branch https://github.com/le-cocotier/beluga.git ~/.beluga && cd ~/.beluga && make build``` The executable file will be in `bin/beluga`. Feel free to add it to your path.