From 7ce617f0e4829d8405184603a05d39b64391e008 Mon Sep 17 00:00:00 2001 From: Christophe Benz Date: Thu, 22 Apr 2010 17:10:33 +0200 Subject: [PATCH] add explanations for bash completion --- INSTALL | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/INSTALL b/INSTALL index 20bc7820..6ef5e043 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).