diff --git a/README.md b/README.md index 5f8c5b9..d147e01 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # xdg-desktop-portal-hyprland An [XDG Desktop Portal](https://github.com/flatpak/xdg-desktop-portal) backend for Hyprland. -## Building -```sh -make all -``` - ## Installing ```sh +git clone --recursive https://github.com/hyprwm/xdg-desktop-portal-hyprland +cd xdg-desktop-portal-hyprland/ +make all sudo make install ```