brew-bundle: clarify path requirements.

Closes Homebrew/homebrew#24463.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Wil Moore III 2013-11-18 15:46:34 -07:00 committed by Mike McQuaid
parent c874b5b8ca
commit 78f9b23218

View File

@ -5,8 +5,8 @@
# Looks for a Brewfile and runs each line as a brew command. # Looks for a Brewfile and runs each line as a brew command.
# #
# brew bundle # Looks for "./Brewfile" # brew bundle # Looks for "./Brewfile"
# brew bundle path/to/dir # Looks for "./path/to/dir/Brewfile" # brew bundle path/to/dir # Looks for "path/to/dir/Brewfile"
# brew bundle path/to/file # Looks for "./path/to/file" # brew bundle path/to/file # Looks for "path/to/file"
# #
# For example, given a Brewfile with the following contents: # For example, given a Brewfile with the following contents:
# tap foo/bar # tap foo/bar