This commit is contained in:
Arthur Barraux
2024-10-10 02:15:11 +02:00
parent a6f32d4c49
commit 19601a0078
+2 -1
View File
@@ -9,7 +9,8 @@ You will only need **make** or **gcc** to compile the editor.
## Installation ## Installation
Here is the installation line : 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. The executable file will be in `bin/beluga`. Feel free to add it to your path.