diff --git a/content/managing-your-dotfiles/using-gnu-stow.org b/content/managing-your-dotfiles/using-gnu-stow.org index 9926a99..e80e85e 100644 --- a/content/managing-your-dotfiles/using-gnu-stow.org +++ b/content/managing-your-dotfiles/using-gnu-stow.org @@ -71,11 +71,12 @@ This means that =stow .= is equivalent to: #+begin_src sh - stow --dir=~/.dotfiles --target=~/ + # dot here is a relative path to --dir and you have to put it + stow -S . --dir=~/.dotfiles --target=~/ # OR - stow -d ~/.dotfiles -t ~/ + stow . -d ~/.dotfiles -t ~/ #+end_src