From 67d99a55431b6099cb49350165531aabacbd069a Mon Sep 17 00:00:00 2001 From: cathartyc <67878876+cathartyc@users.noreply.github.com> Date: Fri, 6 Oct 2023 23:33:42 +0200 Subject: [PATCH] docs: specify flag for manual installation (#109) * specify installation instructions * fix section title --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 ```