From 67a2de6bc50bed6fe335e3f81d6964d895ee6739 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 24 Dec 2023 22:49:29 +0900 Subject: [PATCH] readme updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f550c2..2ce0434 100644 --- a/README.md +++ b/README.md @@ -95,9 +95,9 @@ sudo nano /etc/apt/sources.list > If you want to use nouveau driver, choose N when asked if you have nvidia gpu. This is because the nvidia installer part, it will blacklist nouveau. Hyprland will still be installed but it will skip blacklisting nouveau. #### ✨ to run -> clone this repo 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 -git clone https://github.com/JaKooLit/Debian-Hyprland.git +git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git cd Debian-Hyprland chmod +x install.sh ./install.sh