docs/overview.txt
changeset 837 a838feeec9b2
parent 767 fe5e42bf7bbc
child 890 6227df6bbb79
     1.1 --- a/docs/overview.txt	Thu Aug 07 15:18:18 2008 +0000
     1.2 +++ b/docs/overview.txt	Fri Sep 05 10:57:06 2008 +0000
     1.3 @@ -14,6 +14,7 @@
     1.4  Installing crosstool-NG
     1.5    Install method
     1.6    The hacker's way
     1.7 +  Shell completion
     1.8    Contributed code
     1.9  Configuring crosstool-NG
    1.10    Interesting config options
    1.11 @@ -156,6 +157,19 @@
    1.12  
    1.13  and mailing me the result! :-P
    1.14  
    1.15 +Shell completion |
    1.16 +-----------------+
    1.17 +
    1.18 +crosstool-NG comes with a shell script fragment that defines bash-compatible
    1.19 +completion. That shell fragment is currently not installed automatically, but
    1.20 +this is planned.
    1.21 +
    1.22 +To install the shell script fragment, you have two options:
    1.23 + - install system-wide, most probably by copying ct-ng.comp into
    1.24 +   /etc/bash_completion.d/
    1.25 + - install for a single user, by copying ct-ng.comp into ${HOME}/ and
    1.26 +   sourcing this file from your ${HOME}/.bashrc
    1.27 +
    1.28  Contributed code |
    1.29  -----------------+
    1.30