fix: missing instructions for copying wlroots and hyprctl (#437)

* fix: reminder to copy wlroots and hyprctl

There's no instruction to copy wlroots and hyprctl when building manually with flags. This add it.

I could add to the `sudo cp` command but figured build directories for wlroots might change.

* chore: add hyprpm to copy bins
This commit is contained in:
Yas 2024-01-17 19:10:57 +05:30 committed by GitHub
parent d538f6c4f0
commit 186af33897
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -157,6 +157,8 @@ copy the binary (Hyprland) to `/usr/bin/`.
copy hyprctl to `/usr/bin/`.
copy hyprpm to `/usr/bin/`.
copy the wlroots .so (`libwlroots.so.XX032`) to `/usr/lib/`.
copy the desktop entry (`example/hyprland.desktop`) to
@ -288,3 +290,5 @@ Now, of course, install manually.
```plain
sudo cp ./build/Hyprland /usr/bin && sudo cp ./example/hyprland.desktop /usr/share/wayland-sessions
```
Lastly, copy hyprctl, hyprpm, and wlroots as mentioned [here](#manual-releases-linux-only)