From 495813c677b89701b62ca46b16634d1758ea80a9 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Fri, 21 Jun 2024 13:18:30 +0530 Subject: [PATCH] clarify install script details in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ec796a..763a149 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,5 @@ 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 +The repository also includes a `./install.sh` convenience script which installs required dependencies and recursively symlinks files to the user's home directory. Currently, this script only works on Arch Linux based distributions (which have the pacman command).