docs: specify flag for manual installation (#109)

* specify installation instructions

* fix section title
This commit is contained in:
cathartyc 2023-10-06 23:33:42 +02:00 committed by GitHub
parent 7df2d3e9e5
commit 67d99a5543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 5 deletions

View File

@ -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
```