From 57550692c1b662b6c5c2c03e6219b029f1a5f56d Mon Sep 17 00:00:00 2001 From: Phluxjr23 Date: Sun, 9 Nov 2025 21:03:20 -0600 Subject: [PATCH] aur is added to readme --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index daa404a..6d13fa6 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,15 @@ simple tui for keeping track of all your config files in one place. no more hunt ## installation +### from AUR (arch linux) +```bash +yay -S confy-tui +``` + +### manual install ```bash git clone https://github.com/Phluxjr23/confy.git -cd confy -chmod +x main.py -sudo mv main.py /usr/local/bin/confy -``` +... ## dependencies