From f96621a78869a5268bcb49728fe29682f539f0fc Mon Sep 17 00:00:00 2001 From: krolxon Date: Wed, 7 Jan 2026 23:27:13 +0530 Subject: [PATCH] readme.md --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 044ee64..50ce9e2 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,6 @@ ## prerequisites -1. Git -2. Gum (For pretty prompts) -3. Base arch install - ```bash sudo pacman -S git gum ``` @@ -19,5 +15,5 @@ git clone https://github.com/krolyxon/dotfiles.git ~/.dotfiles cd ~/.dotfiles ./install.sh # Installation with no confirmation prompts -./insall.sh --yes +./install.sh --yes ```