From 1faf8b22d0a3b04890cb56bea8bc4732db56b5d2 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 5 May 2024 19:06:55 +0900 Subject: [PATCH] updated readme for Ubuntu LTS installation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 357df2a..0f066e3 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,8 @@ # ✨ to run or Use this script > clone this repo (latest commit only) by using git. Change directory, make executable and run the script ```bash -git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git ~/Debian-Hyprland -cd ~/Debian-Hyprland +git clone --depth=1 -b Ubuntu-24.04-LTS https://github.com/JaKooLit/Debian-Hyprland.git ~/Ubuntu-Hyprland +cd ~/Ubuntu-Hyprland chmod +x install.sh ./install.sh ```