mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-22 12:45:59 +01:00
clarify headers for plugins a bit
This commit is contained in:
parent
9a3f4803d8
commit
e1116bd448
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue