diff --git a/README.md b/README.md
index 4577277e..4da8951c 100644
--- a/README.md
+++ b/README.md
@@ -132,7 +132,6 @@
[Configure]: https://github.com/vaxerski/Hyprland/wiki/Configuring-Hyprland
-[Install]: https://github.com/vaxerski/Hyprland/wiki/Installation
[Discord]: https://discord.gg/hQ9XvMUjjr
[Stars]: https://starchart.cc/vaxerski/Hyprland
[Hypr]: https://github.com/vaxerski/Hypr
diff --git a/docs/Install.md b/docs/Install.md
index 71abd1a9..dd8aa968 100644
--- a/docs/Install.md
+++ b/docs/Install.md
@@ -1,15 +1,53 @@
+
# 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)_
-```
+## Packages
+
+*I do not maintain any packages, however*
+*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 )
+
+```sh
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.
-
+
+
+---
+
+
+
+## Building
+
+If your distro doesn't have **Hyprland** in its repositories,
+or you want to modify it, please refer to the **[Wiki Pages][Install]**
+for the installation instructions.
+
+
+
+
+[Install]: https://github.com/vaxerski/Hyprland/wiki/Installation
+