Improve the bash completion script installation instructions

Change-Id: I186fe3a080ef7c8cd06752e5766f506dd56d2e1b
This commit is contained in:
David Pursehouse
2013-09-27 10:18:30 +09:00
parent 01bf9abf38
commit 9d62c20c52

View File

@@ -39,7 +39,12 @@
# Installing
# ==========
#
# To install the completion, point to this file from your .bash_profile, like so:
# To install the completion, copy this file to the appropriate folder for
# your distribution, for example:
#
# cp ~/path/to/bash_completion /etc/bash_completion.d/gerrit_sh
#
# Alternatively you can invoke this file from your .bash_profile, like so:
#
# . ~/path/to/bash_completion
#
@@ -50,7 +55,8 @@
# Uninstalling
# ============
#
# To uninstall, just remove the line from your .bash_profile and .bashrc.
# To uninstall, just remove the file from the bash completion folder, or
# remove the line from your .bash_profile and .bashrc.
# #########################################################################
_gerrit_sh()