Document the autocompletion support for gerrit.sh and buck

Change-Id: I1cd5caef07bffb50348f0b5bd6240c47279c2441
This commit is contained in:
David Pursehouse 2013-09-26 14:43:33 +09:00
parent b5e1dd41e5
commit be28499d9f
2 changed files with 8 additions and 0 deletions

View File

@ -44,6 +44,10 @@ link in `~/bin` to the buckd executable:
ln -s `pwd`/bin/buckd ~/bin/ 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]]
Eclipse Integration Eclipse Integration

View File

@ -129,6 +129,10 @@ automatically starts and stops with the operating system:
sudo ln -snf /etc/init.d/gerrit /etc/rc3.d/S90gerrit 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 To install Gerrit into an existing servlet container instead of using
the embedded Jetty server, see the embedded Jetty server, see
link:install-j2ee.html[J2EE installation]. link:install-j2ee.html[J2EE installation].