update README to include info on install.sh

This commit is contained in:
Erica Marigold 2024-04-04 14:01:33 +05:30 committed by GitHub
parent 631bb99545
commit 32d462c43d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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).