diff options
| author | Mike McQuaid | 2017-01-09 12:31:00 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2017-01-09 14:10:26 +0000 | 
| commit | f5b63f4a8dd3e22ffc405a1a6119a961f8332578 (patch) | |
| tree | 03a3a79ef9edd9678ae116bd0b4435f374d709cc /manpages | |
| parent | 9cce3414fbd39d146d97911dbb3bf07fffaa1080 (diff) | |
| download | brew-f5b63f4a8dd3e22ffc405a1a6119a961f8332578.tar.bz2 | |
Deprecate brew (un)linkapps.
Unfortunately `brew linkapps` cannot behave nicely with e.g. Spotlight
using either aliases or symlinks and Homebrew formulae do not build
"proper" `.app` bundles that can be relocated. Instead, please consider
using `brew cask` and migrate formulae using `.app`s to casks.
Diffstat (limited to 'manpages')
| -rw-r--r-- | manpages/brew.1 | 10 | 
1 files changed, 8 insertions, 2 deletions
| diff --git a/manpages/brew.1 b/manpages/brew.1 index c9269e7b3..aa1d1c1d0 100644 --- a/manpages/brew.1 +++ b/manpages/brew.1 @@ -294,7 +294,10 @@ If \fB\-\-force\fR is passed, Homebrew will allow keg\-only formulae to be linke  .  .TP  \fBlinkapps\fR [\fB\-\-local\fR] [\fIformulae\fR] -Find installed formulae that provide \fB\.app\fR\-style macOS apps and symlink them into \fB/Applications\fR, allowing for easier access\. +Find installed formulae that provide \fB\.app\fR\-style macOS apps and symlink them into \fB/Applications\fR, allowing for easier access (deprecated)\. +. +.IP +Unfortunately \fBbrew linkapps\fR cannot behave nicely with e\.g\. Spotlight using either aliases or symlinks and Homebrew formulae do not build "proper" \fB\.app\fR bundles that can be relocated\. Instead, please consider using \fBbrew cask\fR and migrate formulae using \fB\.app\fRs to casks\.  .  .IP  If no \fIformulae\fR are provided, all of them will have their apps symlinked\. @@ -508,7 +511,10 @@ If \fB\-\-dry\-run\fR or \fB\-n\fR is passed, Homebrew will list all files which  .  .TP  \fBunlinkapps\fR [\fB\-\-local\fR] [\fB\-\-dry\-run\fR] [\fIformulae\fR] -Remove symlinks created by \fBbrew linkapps\fR from \fB/Applications\fR\. +Remove symlinks created by \fBbrew linkapps\fR from \fB/Applications\fR (deprecated)\. +. +.IP +Unfortunately \fBbrew linkapps\fR cannot behave nicely with e\.g\. Spotlight using either aliases or symlinks and Homebrew formulae do not build "proper" \fB\.app\fR bundles that can be relocated\. Instead, please consider using \fBbrew cask\fR and migrate formulae using \fB\.app\fRs to casks\.  .  .IP  If no \fIformulae\fR are provided, all linked apps will be removed\. | 
