@@ -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 |
|
||||||
|
|||||||
Reference in New Issue
Block a user