mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 09:05:59 +01:00
Moved Install / Contribute To Docs
This commit is contained in:
parent
2de32ec5c5
commit
8c4a5104cf
3 changed files with 17 additions and 16 deletions
18
README.md
18
README.md
|
@ -63,21 +63,6 @@ Hyprland needs testers! Try it out and report bugs or suggestions!
|
||||||
- More config options for tweakers
|
- More config options for tweakers
|
||||||
- Improve hyprctl
|
- Improve hyprctl
|
||||||
|
|
||||||
# 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.
|
|
||||||
|
|
||||||
_Arch (AUR, -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/>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div align = center>
|
<div align = center>
|
||||||
|
@ -137,7 +122,6 @@ please refer to the [Wiki Page][Install] for the installation instructions.
|
||||||
|
|
||||||
<!----------------------------------------------------------------------------->
|
<!----------------------------------------------------------------------------->
|
||||||
|
|
||||||
[Contribute]: https://github.com/vaxerski/Hyprland/blob/main/CONTRIBUTING.md
|
|
||||||
[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
|
[Install]: https://github.com/vaxerski/Hyprland/wiki/Installation
|
||||||
[Discord]: https://discord.gg/hQ9XvMUjjr
|
[Discord]: https://discord.gg/hQ9XvMUjjr
|
||||||
|
@ -147,6 +131,8 @@ please refer to the [Wiki Page][Install] for the installation instructions.
|
||||||
[Pull Requests]: https://github.com/vaxerski/Hyprland/pulls
|
[Pull Requests]: https://github.com/vaxerski/Hyprland/pulls
|
||||||
[Issues]: https://github.com/vaxerski/Hyprland/issues
|
[Issues]: https://github.com/vaxerski/Hyprland/issues
|
||||||
|
|
||||||
|
[Contribute]: docs/Contribute.md
|
||||||
|
[Install]: docs/Install.md
|
||||||
[License]: LICENSE
|
[License]: LICENSE
|
||||||
|
|
||||||
|
|
||||||
|
|
15
docs/Install.md
Normal file
15
docs/Install.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# 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.
|
||||||
|
|
||||||
|
_Arch (AUR, -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/>
|
||||||
|
|
Loading…
Reference in a new issue