From ad2d154244c7bbb552ddcbc8c28fc5baaed827f4 Mon Sep 17 00:00:00 2001 From: ghost Date: Wed, 25 Oct 2023 02:00:33 +0300 Subject: [PATCH] update readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 274374a..cde92c6 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ Crontab script that allows to receive wanted torrents from multiple [YGGtracker] `git clone https://github.com/YGGverse/yggtracker-wanted-torrents-receiver.git` +#### Usage + +`php src/receiver.php` + +or + +`* * * * * /usr/bin/php src/receiver.php > /dev/null 2>&1` + #### Config All configuration files placed at `/config` folder @@ -88,14 +96,6 @@ that makes registry actualization simpler for recipients and providers, as updat ... ``` -#### Usage - -`php src/receiver.php` - -or add to crontab: - -`* * * * * /usr/bin/php src/receiver.php > /dev/null 2>&1` - #### Bash, python? Feel free to contribute!