From b98f408928467aa771d2f083c462d3bf17745320 Mon Sep 17 00:00:00 2001 From: Jason Weathered and Odin Dutton Date: Thu, 6 Jun 2013 09:14:21 +1000 Subject: [PATCH] Add documentation for whole directory linking --- README.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 1d4f9e7..f940b0b 100644 --- a/README.markdown +++ b/README.markdown @@ -139,10 +139,11 @@ fresh jasoncodes/dotfiles config/pryrc --file --marker #### Sourcing whole directories of files -Whole directories can be built and symlinked by including a trailing slash on the `--file` path: +Whole directories or repositories can be built and symlinked by including a trailing slash on the `--file` path: ``` sh fresh mutt --file=~/.mutt/ +fresh tpope/vim-pathogen . --file=~/.vim/bundle/vim-pathogen/ # whole repository ``` #### Building files without symlinking