Add --no-folding to stow invocation in README
This is an important option and forgetting it has been causing problems because entire directories (like .vim) get symlinked and this is definitely NOT what I want.
This commit is contained in:
parent
b607624d3a
commit
c32a0c2ad7
1 changed files with 4 additions and 3 deletions
|
@ -1,11 +1,12 @@
|
|||
# Installation
|
||||
|
||||
Install using GNU `stow`:
|
||||
Install using GNU [stow][]:
|
||||
|
||||
```bash
|
||||
cd
|
||||
cd $HOME
|
||||
git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles
|
||||
cd .dotfiles
|
||||
stow dotfiles
|
||||
stow -v --no-folding dotfiles
|
||||
```
|
||||
|
||||
[stow]: https://www.gnu.org/software/stow/manual/stow.html
|
||||
|
|
Loading…
Add table
Reference in a new issue