updated readme for Ubuntu LTS installation

This commit is contained in:
JaKooLit 2024-05-05 19:06:55 +09:00
parent 9f7d659f97
commit 1faf8b22d0

View File

@ -114,8 +114,8 @@
# ✨ to run or Use this script # ✨ to run or Use this script
> clone this repo (latest commit only) by using git. Change directory, make executable and run the script > clone this repo (latest commit only) by using git. Change directory, make executable and run the script
```bash ```bash
git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git ~/Debian-Hyprland git clone --depth=1 -b Ubuntu-24.04-LTS https://github.com/JaKooLit/Debian-Hyprland.git ~/Ubuntu-Hyprland
cd ~/Debian-Hyprland cd ~/Ubuntu-Hyprland
chmod +x install.sh chmod +x install.sh
./install.sh ./install.sh
``` ```