Update README.md
Build project / build (push) Successful in 1m1s

This commit is contained in:
2025-12-08 00:25:05 +01:00
parent d4ee0d86c2
commit 80c0bf73e0
+2 -2
View File
@@ -11,7 +11,7 @@ You will only need **meson** and a **C compiler** to compile the editor.
### From source ### From source
Here is the installation line for development version: Here is the installation line for development version:
```git clone https://homelinuxserver.ddns.net/git/arthur/beluga.git ~/.beluga && cd ~/.beluga && meson setup build && meson compile -C build``` ```git clone https://git.giorgio-nas.fr/arthur/beluga.git && cd beluga && meson setup build && meson compile -C build```
The executable file will be `build/beluga`. Feel free to add it to your path. The executable file will be `build/beluga`. Feel free to add it to your path.
@@ -29,5 +29,5 @@ Here is some few command that you will need :
| keybind| command | | keybind| command |
|--------|------------------| |--------|------------------|
| Ctrl-Q | leave the editor | | Ctrl-Q | leave the editor |
| Ctrl-S | Save a file | | Ctrl-D | Save a file |
| Ctrl-O | open file | | Ctrl-O | open file |