diff options
author | ElectronicsArchiver <[email protected]> | 2022-04-18 17:34:18 -0400 |
---|---|---|
committer | ElectronicsArchiver <[email protected]> | 2022-04-18 17:34:18 -0400 |
commit | 8c4a5104cf37fc89d4f522e37970054d1d69e1a0 (patch) | |
tree | e0715610eda662530278561e2e303fe750f3985b | |
parent | 2de32ec5c552fc64b5b5fc0432e6371255f6143c (diff) | |
download | Hyprland-8c4a5104cf37fc89d4f522e37970054d1d69e1a0.tar.gz Hyprland-8c4a5104cf37fc89d4f522e37970054d1d69e1a0.zip |
Moved Install / Contribute To Docs
-rw-r--r-- | README.md | 18 | ||||
-rw-r--r-- | docs/Contribute.md (renamed from CONTRIBUTING.md) | 0 | ||||
-rw-r--r-- | docs/Install.md | 15 |
3 files changed, 17 insertions, 16 deletions
@@ -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. -<br/> - <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 [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 index b5fb80ff..b5fb80ff 100644 --- a/CONTRIBUTING.md +++ b/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. +<br/> + |