diff --git a/README.md b/README.md
index 3a16b3b..7df2922 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,30 @@
+## Installation
+
+- ### Dependancies
+ #### Arch
+ > ```sh
+ > paru -S hyprland-git foot grim slurp swww-git fish light-git swaylock-effects-git swayidle theme.sh sddm
+ > ```
+
+
+- ### backup previous hypr config
+ > ```sh
+ > cp ~/.config/hypr ~/.config/hypr.bak
+ > ```
+
+- ### clone repo
+ > ```sh
+ > git clone https://github.com/flick0/dotfiles /tmp/flick0-dotfiles
+ > ```
+
+- ### move config
+ > ```sh
+ > cd /tmp/flick0-dotfiles && cp -r ./config/* ~/.config/
+ > ```
+