From a4a35edca372b2a564ff89ed0611078ab552835d Mon Sep 17 00:00:00 2001 From: yuriy Date: Tue, 9 Jul 2024 13:00:53 -0400 Subject: [PATCH] Update README.md readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 8593eb5..310c36c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ## Helper Script to Setup a Fresh [EndeavourOS](https://endeavouros.com/) or Arch Linux Installation +Copy and Paste into Terminal to download and launch: +- Needs yad installed on the system (pacman -S yad) ```` cd ~/Downloads/ && wget -q -O Linux_Toolbox.sh https://git.zinchuk.xyz/yuriy/Linux-Setup-Script/raw/branch/main/Linux_Toolbox.sh && chmod +x Linux_Toolbox.sh && bash Linux_Toolbox.sh ````