Merge pull request #7 from celisej567/master

Update Readme to make sure everyone have jq package installed.
This commit is contained in:
Max Kratz 2024-11-20 08:02:07 +01:00 committed by GitHub
commit 8ed8bdee14
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 using 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.