From c32a0c2ad766997de3b3f1bc726990fa9461e360 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Thu, 20 Jun 2019 00:39:01 +0200 Subject: [PATCH] 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. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a994135..52e5281 100644 --- a/README.md +++ b/README.md @@ -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