clarify install script details in README

This commit is contained in:
Erica Marigold 2024-06-21 13:18:30 +05:30 committed by GitHub
parent b7c0da43e0
commit 495813c677
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,5 +6,5 @@ cd dotfiles
ln -s .bashrc ~/.bashrc 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). on Arch Linux based distributions (which have the pacman command).