mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-08 07:05:58 +01:00
53 lines
830 B
Markdown
53 lines
830 B
Markdown
|
||
# Installation
|
||
|
||
<br>
|
||
|
||
## Packages
|
||
|
||
*I do not maintain any packages, however* <br>
|
||
*some kind people have made them for me.*
|
||
|
||
<br>
|
||
|
||
**If I missed any, please let me know.**
|
||
|
||
<br>
|
||
|
||
### Warning
|
||
|
||
Since I am not the maintainer, I cannot <br>
|
||
guarantee that those packages will <br>
|
||
always work and be up to date.
|
||
|
||
<br>
|
||
|
||
***Use at your own disclosure.*** <br>
|
||
*If they don't, try building manually.*
|
||
|
||
<br>
|
||
|
||
#### Arch ( AUR / -git )
|
||
|
||
```sh
|
||
yay -S hyprland-git
|
||
```
|
||
|
||
<br>
|
||
|
||
---
|
||
|
||
<br>
|
||
|
||
## Building
|
||
|
||
If your distro doesn't have **Hyprland** in its repositories, <br>
|
||
or you want to modify it, please refer to the **[Wiki Pages][Install]** <br>
|
||
for the installation instructions.
|
||
|
||
|
||
<!----------------------------------------------------------------------------->
|
||
|
||
[Install]: https://github.com/vaxerski/Hyprland/wiki/Installation
|
||
|
||
|