Update README.md

This commit is contained in:
celisej567 2024-11-20 09:33:33 +03:00 committed by GitHub
parent 6428a6847c
commit f40d9689c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,6 +9,13 @@
## Usage ## 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. 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. 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.