summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSimeon Simeonov2022-03-15 05:54:56 +0100
committerSimeon Simeonov2022-03-15 05:54:56 +0100
commit44eaafe50370c076269e80d9252bca969814d238 (patch)
treef6c3964c92b428c9f68449f828610cf4add2a58e /README.md
parent907f80e1889781a69edded00126b3e78ddeb7b8e (diff)
Restructure the project in ordere to replace distutils with setup tools
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 10 insertions, 1 deletions
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.
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
288A 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) 293A 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