From f2a8536d42acd5906cacc82b2bbcf4db5545267d Mon Sep 17 00:00:00 2001 From: Mihai Fufezan Date: Sun, 7 Jan 2024 18:59:26 +0200 Subject: [PATCH] README: update build instructions --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f902cfd..acb2c08 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,9 @@ Then run the build and install command: ```sh git clone --recursive https://github.com/hyprwm/xdg-desktop-portal-hyprland cd xdg-desktop-portal-hyprland/ -cmake -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -B build -cmake --install /usr +cmake -DCMAKE_INSTALL_LIBEXECDIR=/usr/lib -DCMAKE_INSTALL_PREFIX=/usr -B build +cmake --build build +sudo cmake --install build ``` ## Running, FAQs, etc.