clarify headers for plugins a bit

This commit is contained in:
Vaxry 2023-06-10 00:05:39 +02:00
parent 9a3f4803d8
commit e1116bd448
1 changed files with 8 additions and 0 deletions

View File

@ -66,6 +66,14 @@ this next step of getting the sources and checking them out.
### Preparing Hyprland sources for plugins
{{< hint type=note >}}
This step is not required if any of those apply to you:
- You use the Arch official `hyprland` package
- You install manually with `sudo make install`
{{< /hint >}}
Inside the repo, clone Hyprland and enter it:
```sh
git clone --recursive https://github.com/hyprwm/Hyprland && cd Hyprland