From d11d29791d23e0a359bf1d5edcb9f458add45c61 Mon Sep 17 00:00:00 2001 From: kamzata Date: Thu, 1 Feb 2024 15:05:11 +0100 Subject: [PATCH] Update README.md --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f1d2377..0f45732 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # Oca-Repos-Manager -This script allows to easily select, clone, and update OCA repositories for Odoo. \ No newline at end of file +This script allows to easily select, clone, and update [OCA repositories](https://github.com/OCA) for Odoo. + +![Screenshot-1](/kamzata/Oca-Repos-Manager/src/branch/main/screenshot-1.png "Screenshot 1") + +## How to use it + +Download and make it executable like this: + +`wget https://git.area51bit.com/kamzata/Oca-Repos-Manager.git && chmod +x oca-repos-manager.sh` + +then run it + +`./oca-repos-manager.sh` + +In order to clone the repositories [you have to create a GitHub token from here](https://github.com/settings/tokens) in your GitHub personal account, copy and paste when asked. \ No newline at end of file