aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAdam Vandenberg2010-10-30 12:30:22 -0700
committerAdam Vandenberg2010-10-30 14:23:11 -0700
commitc61204eb1ebc3d6f53dff9833796708ce3397d53 (patch)
treef67d9c2ffa658cfa993bb04d769efc638a64c111 /share
parentea03121688a19c827f1da230ac90c37e29e77608 (diff)
downloadbrew-c61204eb1ebc3d6f53dff9833796708ce3397d53.tar.bz2
Document brew install <url>
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/brew.15
1 files changed, 4 insertions, 1 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 203ec4244..c47164742 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -48,6 +48,9 @@ Performs a substring search of formula names for \fItext\fR\. If \fItext\fR is s
Installs \fIformula\fR\.
.
.IP
+\fIformula\fR is usually the name of the formula to install, but may also be the URL for an arbitrary formula\.
+.
+.IP
If \fB\-\-force\fR is passed, will install \fIformula\fR even if it is already installed\. This can be used to re\-install a formula without removing it first\.
.
.IP
@@ -67,7 +70,7 @@ To install a newer version of HEAD use \fBbrew rm <foo> && brew install \-\-HEAD
.
.TP
\fBinstall \-\-interactive [\-\-git]\fR \fIformula\fR
-Downloads and patches \fIformula\fR, and then opens a shell\. This allows the user to run \fB\./configure \-\-help\fR and otherwise determine how to turn the software package into a Homebrew formula\.
+Downloads and patches \fIformula\fR, then opens a shell\. This allows the user to run \fB\./configure \-\-help\fR and otherwise determine how to turn the software package into a Homebrew formula\.
.
.IP
If \fB\-\-git\fR is passed, Homebrew will create a Git repository, useful for creating patches to the software\.