diff --git a/README.md b/README.md index d021b98..b1ffe8f 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,10 @@ dependencies: - pulseaudio (?) - awk - sed + +### update_repos.py + +updates repositories kept in $HOME/sources by calling 'git pull' using subprocess + +dependencies: + - [termcolor](https://pypi.org/project/termcolor)