diff --git a/README.md b/README.md index e42bcf0..ca7917c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ You will only need **meson** and a **C compiler** to compile the editor. ### From source 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. @@ -29,5 +29,5 @@ Here is some few command that you will need : | keybind| command | |--------|------------------| | Ctrl-Q | leave the editor | -| Ctrl-S | Save a file | +| Ctrl-D | Save a file | | Ctrl-O | open file |