From 0d1850940a020c0e91b0c6746487ca55f462d9cd Mon Sep 17 00:00:00 2001 From: "Ja.KooLit" <85185940+JaKooLit@users.noreply.github.com> Date: Mon, 16 Dec 2024 14:19:28 -0500 Subject: [PATCH] Update how to on readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 156d13b..7135a70 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ ## 💥 For Ubuntu 24.04 (Includes 24.04.1 or 24.04.2 etc) ```bash -git clone -b 24.04 --depth=1 https://github.com/JaKooLit/Ubuntu-Hyprland.git ~/Ubuntu-Hyprland -cd ~/Ubuntu-Hyprland +git clone -b 24.04 --depth=1 https://github.com/JaKooLit/Ubuntu-Hyprland.git ~/Ubuntu-Hyprland-24.04 +cd ~/Ubuntu-Hyprland-24.04 chmod +x install.sh ./install.sh ``` @@ -44,8 +44,8 @@ chmod +x install.sh ## 💢 For Ubuntu 24.10 ```bash -git clone -b 24.10 --depth=1 https://github.com/JaKooLit/Ubuntu-Hyprland.git ~/Ubuntu-Hyprland -cd ~/Ubuntu-Hyprland +git clone -b 24.10 --depth=1 https://github.com/JaKooLit/Ubuntu-Hyprland.git ~/Ubuntu-Hyprland-24.10 +cd ~/Ubuntu-Hyprland-24.10 chmod +x install.sh ./install.sh ```