mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 04:05:58 +01:00
Formatted Installation
This commit is contained in:
parent
95a4f1a332
commit
280d8a71ca
2 changed files with 46 additions and 9 deletions
|
@ -132,7 +132,6 @@
|
||||||
<!----------------------------------------------------------------------------->
|
<!----------------------------------------------------------------------------->
|
||||||
|
|
||||||
[Configure]: https://github.com/vaxerski/Hyprland/wiki/Configuring-Hyprland
|
[Configure]: https://github.com/vaxerski/Hyprland/wiki/Configuring-Hyprland
|
||||||
[Install]: https://github.com/vaxerski/Hyprland/wiki/Installation
|
|
||||||
[Discord]: https://discord.gg/hQ9XvMUjjr
|
[Discord]: https://discord.gg/hQ9XvMUjjr
|
||||||
[Stars]: https://starchart.cc/vaxerski/Hyprland
|
[Stars]: https://starchart.cc/vaxerski/Hyprland
|
||||||
[Hypr]: https://github.com/vaxerski/Hypr
|
[Hypr]: https://github.com/vaxerski/Hypr
|
||||||
|
|
|
@ -1,15 +1,53 @@
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
I do not maintain any packages, but some kind people have made them for me. If I missed any, please let me know.
|
|
||||||
|
|
||||||
**Warning:** since I am not the maintainer, I cannot guarantee that those packages will always work and be up to date. Use at your own disclosure. If they don't, try building manually.
|
<br>
|
||||||
|
|
||||||
_Arch (AUR, -git)_
|
## 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
|
yay -S hyprland-git
|
||||||
```
|
```
|
||||||
## Manual building
|
|
||||||
If your distro doesn't have Hyprland in its repositories, or you want to modify Hyprland,
|
|
||||||
|
|
||||||
please refer to the [Wiki Page][Install] for the installation instructions.
|
<br>
|
||||||
<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
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue