mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-22 15:45:59 +01:00
cleanup
This commit is contained in:
parent
e01247c10c
commit
da59b93274
3 changed files with 1 additions and 19 deletions
|
@ -29,9 +29,7 @@ For Hyprland without the `land` part, see [Hypr], the Xorg window manager.
|
||||||
# Notice
|
# Notice
|
||||||
This project is still in its early development, expect bugs.
|
This project is still in its early development, expect bugs.
|
||||||
|
|
||||||
Once you get it working though, it's pretty stable.
|
Once you get it working though, it's pretty stable.<br/>
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
### Help Wanted
|
### Help Wanted
|
||||||
|
|
||||||
|
|
|
@ -3,8 +3,6 @@
|
||||||
|
|
||||||
*Thank you for considering contributing to Hyprland.*
|
*Thank you for considering contributing to Hyprland.*
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## Development
|
## Development
|
||||||
|
|
||||||
Check the [Wiki] for debugging instructions.
|
Check the [Wiki] for debugging instructions.
|
||||||
|
@ -13,8 +11,6 @@ Afterwards, pick yourself an [Issue] or implement your own suggestion.
|
||||||
|
|
||||||
*As Hyprland is still in its early stages of development, I'd recommend you stick to bug fixes first.*
|
*As Hyprland is still in its early stages of development, I'd recommend you stick to bug fixes first.*
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## Pull Requests
|
## Pull Requests
|
||||||
|
|
||||||
- Please follow the code style
|
- Please follow the code style
|
||||||
|
|
|
@ -1,39 +1,27 @@
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## Packages
|
## Packages
|
||||||
|
|
||||||
*I do not maintain any packages, but some kind people have made them for me.*
|
*I do not maintain any packages, but some kind people have made them for me.*
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
**If I missed any, please let me know.**
|
**If I missed any, please let me know.**
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## Notice
|
## Notice
|
||||||
|
|
||||||
Since I am not the maintainer, I cannot guarantee that those packages will always work and be up to date.
|
Since I am not the maintainer, I cannot guarantee that those packages will always work and be up to date.
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
***Use at your own disclosure.*** <br>
|
***Use at your own disclosure.*** <br>
|
||||||
*If they don't work, try building manually.*
|
*If they don't work, try building manually.*
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
#### Arch ( AUR / -git )
|
#### Arch ( AUR / -git )
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
yay -S hyprland-git
|
yay -S hyprland-git
|
||||||
```
|
```
|
||||||
<br>
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue