summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author5epi0l <91630053+5epi0l@users.noreply.github.com>2026-01-19 21:52:08 +0530
committerGitHub <noreply@github.com>2026-01-19 21:52:08 +0530
commit602f0d40e76e46b78928286a5a7e8eb3d5a2f40a (patch)
treeb005d1bd42628478a2b85d034877b55d07809041
parent65aad59ef0802708a8a7c8a312755232cc1823d3 (diff)
Add installation instructions to README
Added installation instructions for Hyprland dotfiles.
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0c31f74
--- /dev/null
+++ b/README.md
@@ -0,0 +1,10 @@
+## DOTFILES FOR HYPRLAND
+
+### Installation
+
+```
+git clone https://github.com/5epi0l/Hyprland-Dotfiles.git
+cd Hyprland-Dotfiles
+chmod +x install.sh
+./install.sh
+```