mirror of
https://github.com/hyprwm/xdg-desktop-portal-hyprland.git
synced 2024-11-22 06:35:57 +01:00
docs: specify flag for manual installation (#109)
* specify installation instructions * fix section title
This commit is contained in:
parent
7df2d3e9e5
commit
67d99a5543
1 changed files with 3 additions and 5 deletions
|
@ -1,13 +1,11 @@
|
||||||
# xdg-desktop-portal-hyprland
|
# xdg-desktop-portal-hyprland
|
||||||
An [XDG Desktop Portal](https://github.com/flatpak/xdg-desktop-portal) backend for Hyprland.
|
An [XDG Desktop Portal](https://github.com/flatpak/xdg-desktop-portal) backend for Hyprland.
|
||||||
|
|
||||||
## Building
|
|
||||||
```sh
|
|
||||||
make all
|
|
||||||
```
|
|
||||||
|
|
||||||
## Installing
|
## Installing
|
||||||
```sh
|
```sh
|
||||||
|
git clone --recursive https://github.com/hyprwm/xdg-desktop-portal-hyprland
|
||||||
|
cd xdg-desktop-portal-hyprland/
|
||||||
|
make all
|
||||||
sudo make install
|
sudo make install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue