slightly improved bash complete install notes; fix 'make check'
This commit is contained in:
parent
634350018a
commit
1d0bafcc5e
@ -66,12 +66,16 @@ do_completion.options = [
|
|||||||
do_completion.help = [
|
do_completion.help = [
|
||||||
'Emit bash completion. See help for installation.',
|
'Emit bash completion. See help for installation.',
|
||||||
'',
|
'',
|
||||||
'Installation:',
|
'Installation (Mac):',
|
||||||
' {{name}} completion > /usr/local/etc/bash_completion.d/{{name}} # Mac',
|
' {{name}} completion > /usr/local/etc/bash_completion.d/{{name}}',
|
||||||
|
' source /usr/local/etc/bash_completion.d/{{name}}',
|
||||||
|
'',
|
||||||
|
'Installation (Linux):',
|
||||||
' sudo {{name}} completion > /etc/bash_completion.d/{{name}} # Linux',
|
' sudo {{name}} completion > /etc/bash_completion.d/{{name}} # Linux',
|
||||||
|
' source /etc/bash_completion.d/{{name}}',
|
||||||
'',
|
'',
|
||||||
'Alternative installation:',
|
'Alternative installation:',
|
||||||
' {{name}} completion > ~/.{{name}}.completion',
|
' {{name}} completion > ~/.{{name}}.completion # or to whatever path',
|
||||||
' echo "source ~/.{{name}}.completion" >> ~/.bashrc',
|
' echo "source ~/.{{name}}.completion" >> ~/.bashrc',
|
||||||
'',
|
'',
|
||||||
'{{options}}'
|
'{{options}}'
|
||||||
|
Reference in New Issue
Block a user