From 45ee7f369576b1aae7671ef6e16fa055b13170cf Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Tue, 11 Oct 2022 21:05:04 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6ba913..3b612ad 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This repo template will allow one to build [ReVanced](https://github.com/revanced/) apps automatically. It uses [telegram.sh](https://github.com/fabianonline/telegram.sh) and [telegram-upload](https://github.com/Nekmo/telegram-upload) to messages. Make sure that `Java 17` is installed and selected as default. ## How to use -Just run `./build_revanced (force/clean/experimental)`. Might be a good idea to set it up to run periodically using cron. I currently use the following in a user crontab: +Just run `./build_revanced (force/clean/experimental)`. Might be a good idea to set it up to run periodically using cron. I currently use the following in a user crontab to run it everyday at 6 AM: ``` 0 6 * * * ```