From 7dad182ed1f457258d9fd6f7a10e880669d8a268 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 30 May 2016 19:32:33 +0100 Subject: [PATCH] Bottle: remove local installation instructions. These aren't targeted at end users. --- share/doc/homebrew/Bottles.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/share/doc/homebrew/Bottles.md b/share/doc/homebrew/Bottles.md index f14111ac3b..45b2b68df4 100644 --- a/share/doc/homebrew/Bottles.md +++ b/share/doc/homebrew/Bottles.md @@ -6,9 +6,6 @@ If a bottle is available and usable it will be downloaded and poured automatical Bottles will not be used if the user requests it (see above), if the formula requests it (with `pour_bottle?`), if any options are specified on installation (bottles are all compiled with default options), if the bottle is not up to date (e.g. lacking a checksum) or the bottle's `cellar` is not `:any` or equal to the current `HOMEBREW_CELLAR`. -### Local Bottle Usage -Bottles can also be cached locally and installed by path e.g. `brew install /Library/Caches/Homebrew/qt-4.8.4.mountain_lion.bottle.1.tar.gz`. - ## Bottle Creation Bottles are currently created using the [Brew Test Bot](Brew-Test-Bot.md). We will be slowly adding them to all formulae.