diff options
| author | 5epi0l <91630053+5epi0l@users.noreply.github.com> | 2026-01-19 21:52:08 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-19 21:52:08 +0530 |
| commit | 602f0d40e76e46b78928286a5a7e8eb3d5a2f40a (patch) | |
| tree | b005d1bd42628478a2b85d034877b55d07809041 | |
| parent | 65aad59ef0802708a8a7c8a312755232cc1823d3 (diff) | |
Add installation instructions to README
Added installation instructions for Hyprland dotfiles.
| -rw-r--r-- | README.md | 10 |
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 +``` |
