From 32d462c43d9f10befbf26a7fe647a9107dfa1f66 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Thu, 4 Apr 2024 14:01:33 +0530 Subject: [PATCH] update README to include info on install.sh --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a176ca0..4ec796a 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,6 @@ git clone https://github.com/CompeyDev/dotfiles.git cd dotfiles ln -s .bashrc ~/.bashrc ``` + +The repository also includes a `./install.sh` convenience script which installs required dependencies and uses GNU Stow to create an automated symlink farm. Currently, this script only works +on Arch Linux based distributions (which have the pacman command).