updated Readme

This commit is contained in:
JaKooLit 2023-10-12 21:54:21 +09:00
parent a6a7982dc3
commit c4baf698d1

View File

@ -16,7 +16,7 @@
### ✨ Youtube presentation [`Link`]() - to be added soon :) ### ✨ Youtube presentation [`Link`]() - to be added soon :)
### ✨ Some notes on installation ### ✨ Some notes on installation
- This script is meant to install in Debian Testing (Trixie). But it may work in newer Ubuntu and based - This script is meant to install in Debian Testing (Trixie).
- I However, if you decided to try, recommend to install SDDM. Apart from GDM and SDDM, any other Login Manager may not work nor launch Hyprland. However, hyprland can be launched through tty by type Hyprland - I However, if you decided to try, recommend to install SDDM. Apart from GDM and SDDM, any other Login Manager may not work nor launch Hyprland. However, hyprland can be launched through tty by type Hyprland
### ⚠️ WARNING! nwg-look takes long time to install. ### ⚠️ WARNING! nwg-look takes long time to install.
@ -32,8 +32,8 @@
### ✨ to run ### ✨ to run
> clone this repo by using git. Change directory, make executable and run the script > clone this repo by using git. Change directory, make executable and run the script
```bash ```bash
git clone https://github.com/JaKooLit/Debian-Ubuntu-Hyprland.git git clone https://github.com/JaKooLit/Debian-Hyprland.git
cd Debian-Ubuntu-Hyprland cd Debian-Hyprland
chmod +x install.sh chmod +x install.sh
./install.sh ./install.sh
``` ```