mirror of
https://github.com/CompeyDev/dotfiles.git
synced 2024-12-12 04:40:37 +00:00
clarify install script details in README
This commit is contained in:
parent
b7c0da43e0
commit
495813c677
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||||
|
|
Loading…
Reference in a new issue