add explanations for bash completion

This commit is contained in:
Christophe Benz 2010-04-22 17:10:33 +02:00
commit 7ce617f0e4

View file

@ -25,3 +25,9 @@ It is useful for development when files often change.
# ./setup.py develop
Creates /usr/lib/python2.5/site-packages/Weboob.egg-link
bash completion
---------------
To enable bash completion, just source the tools/weboob_bash_completion
file from your ~/.bash_completion file (which is sourced by /etc/bash_completion).