From 2fa25ac977da07dc5a1b759101d40bdf3ad89a77 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 24 Dec 2023 22:49:32 +0900 Subject: [PATCH] readme updated --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a01648..94f4d6e 100644 --- a/README.md +++ b/README.md @@ -58,9 +58,9 @@ > 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) to reduce file size download by using git. Change directory, make executable and run the script ```bash -git clone https://github.com/JaKooLit/Arch-Hyprland.git +git clone --depth=1 https://github.com/JaKooLit/Arch-Hyprland.git cd Arch-Hyprland chmod +x install.sh ./install.sh