diff --git a/INSTALL b/INSTALL index 20bc7820c6977dd79fc4312604b4ea6ef4a14550..6ef5e04362a550b35dbc09ce4f905b7ee5a0af4e 100644 --- a/INSTALL +++ b/INSTALL @@ -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).