]> arthur.barton.de Git - brew-completion.git/blob - README
Updated ChangeLog for release 7
[brew-completion.git] / README
1
2     brew-completion: bash completion function for Homebrew (brew command)
3     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
4              Copyright (c)2010 Alexander Barton <alex@barton.de>
5         This is free software and published under the terms of the GNU
6           General Public License, see the file COPYING for details.
7
8
9 I. Requirements
10
11 You need the bash-completion package to use these extensions, which you can
12 install using the "brew install bash-completion" command.
13
14
15 II. Installation using Homebrew (brew command)
16
17 If you have a "brew-completion" formula, you can use the following command:
18 "brew install brew-completion". This will automatically install the required
19 bash-completion package first if you havn't installed it already.
20
21
22 III. Manual installation
23
24 Copy or link the "brew-completion.sh" script using the name "brew" to the
25 bash-completion.d directory, e. g. "/opt/homebrew/etc/bash_completion.d/".