From 602f0d40e76e46b78928286a5a7e8eb3d5a2f40a Mon Sep 17 00:00:00 2001 From: 5epi0l <91630053+5epi0l@users.noreply.github.com> Date: Mon, 19 Jan 2026 21:52:08 +0530 Subject: Add installation instructions to README Added installation instructions for Hyprland dotfiles. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md 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 +``` -- cgit v1.2.3