From f7c4d9d11d10ee4a5b4dff101d21695fdfbd928e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferit=20Yi=C4=9Fit=20BALABAN?= Date: Thu, 6 Jan 2022 09:03:19 +0300 Subject: [PATCH] Added explanation for update_repos.py --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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)