bash completions: Add tip for how to run bash completions locally to README.

This commit is contained in:
Richard W.M. Jones
2016-08-25 11:36:22 +01:00
parent 4df8a099ab
commit 6a5b08065c

View File

@@ -1,3 +1,6 @@
This directory contains the scripts for tab-completing commands in This directory contains the scripts for tab-completing commands in
bash. Note these new-style demand-loaded scripts require bash. Note these new-style demand-loaded scripts require
'bash-completion' >= 1.99. 'bash-completion' >= 1.99.
Tip: To test the bash completions without having to install them,
simply start a new shell and 'source ./virt-foo'.