From 44eaafe50370c076269e80d9252bca969814d238 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 15 Mar 2022 05:54:56 +0100 Subject: Restructure the project in ordere to replace distutils with setup tools --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 218ea7c..d558c36 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,12 @@ for processes that were not spawned by that same *etoolkit* session. ### Gentoo ```bash + # add sgs' custom repository using app-eselect/eselect-repository + eselect repository add sgs + + # ... or using layman (obsolete) layman -a sgs + emerge dev-python/etoolkit ``` @@ -285,7 +290,11 @@ bottom of your bash startup file: complete -W '$(compgen -W "$(etoolkit -l)")' etoolkit ``` -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) +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) + + +## [Changelog](https://github.com/blackm0re/etoolkit/blob/master/CHANGELOG.md) ## Support and contributing -- cgit v1.3