add prefix

This commit is contained in:
vaxerski 2022-12-05 00:08:17 +00:00
parent 8a4e83da96
commit 9f933f42f1
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Although `-wlr` **does** work with Hyprland, `-hyprland` offers more features.
## Building
```sh
meson build
meson build --prefix=/usr
ninja -C build
cd hyprland-share-picker && make all && cd ..
```