diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
| @@ -66,7 +66,12 @@ for processes that were not spawned by that same *etoolkit* session. | |||
| 66 | ### Gentoo | 66 | ### Gentoo |
| 67 | 67 | ||
| 68 | ```bash | 68 | ```bash |
| 69 | # add sgs' custom repository using app-eselect/eselect-repository | ||
| 70 | eselect repository add sgs | ||
| 71 | |||
| 72 | # ... or using layman (obsolete) | ||
| 69 | layman -a sgs | 73 | layman -a sgs |
| 74 | |||
| 70 | emerge dev-python/etoolkit | 75 | emerge dev-python/etoolkit |
| 71 | ``` | 76 | ``` |
| 72 | 77 | ||
| @@ -285,7 +290,11 @@ bottom of your bash startup file: | |||
| 285 | complete -W '$(compgen -W "$(etoolkit -l)")' etoolkit | 290 | complete -W '$(compgen -W "$(etoolkit -l)")' etoolkit |
| 286 | ``` | 291 | ``` |
| 287 | 292 | ||
| 288 | A complete bash completion script for *etoolkit* can be found here: [https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash](https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash) | 293 | A complete bash completion script for *etoolkit* can be found here: |
| 294 | [https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash](https://github.com/blackm0re/etoolkit/blob/master/completion/etoolkit.bash) | ||
| 295 | |||
| 296 | |||
| 297 | ## [Changelog](https://github.com/blackm0re/etoolkit/blob/master/CHANGELOG.md) | ||
| 289 | 298 | ||
| 290 | 299 | ||
| 291 | ## Support and contributing | 300 | ## Support and contributing |
