Skip to content

Commit

Permalink
README: update build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fufexan committed Jan 7, 2024
1 parent bad305c commit f2a8536
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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.
Expand Down

0 comments on commit f2a8536

Please sign in to comment.