From c9413237ca0f06a433d2d2363dfac5dbc4dbbf3b Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Mon, 29 Apr 2024 07:51:16 +0900 Subject: [PATCH] Updated readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a7ef01..d831897 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,9 @@ > [!NOTE] > Main reason why I have not included an uninstallation script is simple. Some packages maybe already installed on your system by default. If I create an uninstall script with packages that I have set to install, you may end up a unrecoverable system. +> [!WARNING] +> Download this script on a directory where you have write permissions. ie. HOME. Or any directory within your home directory. Else script will fail + #### ⚠️ Pre-requisites and VERY Important! ### - Do not run this installer as sudo or as root - This Installer requires a user with a priviledge to install packages @@ -50,6 +53,7 @@ sudo nano /etc/apt/sources.list > If you have GDM already as log-in manager, DO NOT install SDDM > You will encounter issues. See [`Issue 2 - SDDM`](https://github.com/JaKooLit/Debian-Hyprland/issues/2) + #### 📷 Hyprland-Dots-v2 Featuring Rofi

@@ -112,8 +116,8 @@ sudo nano /etc/apt/sources.list #### ✨ to run > 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 -cd Debian-Hyprland +git clone --depth=1 https://github.com/JaKooLit/Debian-Hyprland.git ~/Debian-Hyprland +cd ~/Debian-Hyprland chmod +x install.sh ./install.sh ```