Skip to content
Snippets Groups Projects
Commit 78f9b232 authored by Wil Moore III's avatar Wil Moore III Committed by Mike McQuaid
Browse files

brew-bundle: clarify path requirements.


Closes Homebrew/homebrew#24463.

Signed-off-by: default avatarMike McQuaid <mike@mikemcquaid.com>
parent c874b5b8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment