aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/install.md
diff options
context:
space:
mode:
authorGravatar Vega Paithankar <vega.paithankar@gmail.com>2017-11-03 19:31:01 +0100
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2017-11-06 20:20:08 +0100
commit3806ca842b2c0f731b27e1665981b6a204a1ddb4 (patch)
tree6d3285e3bbf1677979976adf3b5af2954684c800 /site/docs/install.md
parentd8d91726d74581b31c3f561c70918d97bb0ff01e (diff)
Update install.md
Clarify that bash_completion script is already installed when installing bazel from the custom APT repository. https://github.com/bazelbuild/bazel/issues/1539 Closes #3904. PiperOrigin-RevId: 174489508
Diffstat (limited to 'site/docs/install.md')
-rw-r--r--site/docs/install.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/docs/install.md b/site/docs/install.md
index d6dcc03adc..be23190988 100644
--- a/site/docs/install.md
+++ b/site/docs/install.md
@@ -32,6 +32,9 @@ For more information on using Bazel, see
## <a name="bash"></a>Getting bash completion
+**Note:** If you installed Bazel using the custom APT repository, the bash completion script
+is already installed in `/etc/bash_completion.d`.
+
Bazel comes with a bash completion script, which the installer copies into the
`bin` directory. If you ran the installer with `--user`, this will be
`$HOME/.bazel/bin`. If you ran the installer as root, this will be