From f40d9689c51118e92f822103d2c69e369ab26b83 Mon Sep 17 00:00:00 2001 From: celisej567 <75926135+celisej567@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:33:33 +0300 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index bb874af..bb25dc2 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,13 @@ ## Usage +To use this script you need to install `jq` package on your system. + +On Ubuntu 22 it can be done usinf this command: +``` +sudo apt install jq +``` + Currently, there are two scripts in this repository. One is able to create mirrors for various GitHub entities and the other is capable of deleting an entire Gitea organization with all of its repositories. From 25d34b3ef3280756b6dd1a7cec0fa32c325fd1ef Mon Sep 17 00:00:00 2001 From: celisej567 <75926135+celisej567@users.noreply.github.com> Date: Wed, 20 Nov 2024 09:36:15 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bb25dc2..d455549 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ To use this script you need to install `jq` package on your system. -On Ubuntu 22 it can be done usinf this command: +On Ubuntu 22 it can be done using this command: ``` sudo apt install jq ```