brew-bundle: clarify path requirements.
Closes Homebrew/homebrew#24463. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
c874b5b8ca
commit
78f9b23218
@ -5,8 +5,8 @@
|
||||
# Looks for a Brewfile and runs each line as a brew command.
|
||||
#
|
||||
# brew bundle # Looks for "./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/dir # Looks for "path/to/dir/Brewfile"
|
||||
# brew bundle path/to/file # Looks for "path/to/file"
|
||||
#
|
||||
# For example, given a Brewfile with the following contents:
|
||||
# tap foo/bar
|
||||
|
Loading…
x
Reference in New Issue
Block a user