From 8c4a5104cf37fc89d4f522e37970054d1d69e1a0 Mon Sep 17 00:00:00 2001
From: ElectronicsArchiver
<85485984+ElectronicsArchiver@users.noreply.github.com>
Date: Mon, 18 Apr 2022 17:34:18 -0400
Subject: [PATCH] Moved Install / Contribute To Docs
---
README.md | 18 ++----------------
CONTRIBUTING.md => docs/Contribute.md | 0
docs/Install.md | 15 +++++++++++++++
3 files changed, 17 insertions(+), 16 deletions(-)
rename CONTRIBUTING.md => docs/Contribute.md (100%)
create mode 100644 docs/Install.md
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.
+
+