diff options
| author | Adam Vandenberg | 2010-10-30 12:30:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-30 14:23:11 -0700 |
| commit | c61204eb1ebc3d6f53dff9833796708ce3397d53 (patch) | |
| tree | f67d9c2ffa658cfa993bb04d769efc638a64c111 /Library | |
| parent | ea03121688a19c827f1da230ac90c37e29e77608 (diff) | |
| download | brew-c61204eb1ebc3d6f53dff9833796708ce3397d53.tar.bz2 | |
Document brew install <url>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index 5751f7d00..4f3bfffd9 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -44,6 +44,9 @@ didn't include with OS X. * `install [--force] [--debug] [--use-llvm] [--ignore-dependencies] [--HEAD]` <formula>: Installs <formula>. + <formula> is usually the name of the formula to install, but may also be + the URL for an arbitrary formula. + If `--force` is passed, will install <formula> even if it is already installed. This can be used to re-install a formula without removing it first. @@ -66,8 +69,8 @@ didn't include with OS X. or `brew --force --HEAD <foo>`. * `install --interactive [--git]` <formula>: - Downloads and patches <formula>, and then opens a shell. This allows the - user to run `./configure --help` and otherwise determine how to turn the + Downloads and patches <formula>, then opens a shell. This allows the user + to run `./configure --help` and otherwise determine how to turn the software package into a Homebrew formula. If `--git` is passed, Homebrew will create a Git repository, useful for |
