diff --git a/README.md b/README.md index 17a768cd..a58d9dcc 100644 --- a/README.md +++ b/README.md @@ -63,21 +63,6 @@ Hyprland needs testers! Try it out and report bugs or suggestions! - More config options for tweakers - 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. -
-
@@ -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 [Install]: https://github.com/vaxerski/Hyprland/wiki/Installation [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 [Issues]: https://github.com/vaxerski/Hyprland/issues +[Contribute]: docs/Contribute.md +[Install]: docs/Install.md [License]: LICENSE diff --git a/CONTRIBUTING.md b/docs/Contribute.md similarity index 100% rename from CONTRIBUTING.md rename to docs/Contribute.md diff --git a/docs/Install.md b/docs/Install.md new file mode 100644 index 00000000..71abd1a9 --- /dev/null +++ b/docs/Install.md @@ -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. +
+