Document the autocompletion support for gerrit.sh and buck
Change-Id: I1cd5caef07bffb50348f0b5bd6240c47279c2441
This commit is contained in:
parent
b5e1dd41e5
commit
be28499d9f
@ -44,6 +44,10 @@ link in `~/bin` to the buckd executable:
|
||||
ln -s `pwd`/bin/buckd ~/bin/
|
||||
----
|
||||
|
||||
To enable autocompletion of buck commands, install the autocompletion
|
||||
script from `./scripts/bash_completion` in the buck project. Refer to
|
||||
the script's header comments for installation instructions.
|
||||
|
||||
|
||||
[[eclipse]]
|
||||
Eclipse Integration
|
||||
|
@ -129,6 +129,10 @@ automatically starts and stops with the operating system:
|
||||
sudo ln -snf /etc/init.d/gerrit /etc/rc3.d/S90gerrit
|
||||
====
|
||||
|
||||
('Optional') To enable autocompletion of the gerrit.sh commands, install
|
||||
autocompletion from the `/contrib/bash_completion` script. Refer to the
|
||||
script's header comments for installation instructions.
|
||||
|
||||
To install Gerrit into an existing servlet container instead of using
|
||||
the embedded Jetty server, see
|
||||
link:install-j2ee.html[J2EE installation].
|
||||
|
Loading…
Reference in New Issue
Block a user