mirror of
https://github.com/SinTan1729/ReVancedBuilder.git
synced 2024-12-26 12:48:36 -06:00
Update README.md
This commit is contained in:
parent
be841bf188
commit
45ee7f3695
1 changed files with 1 additions and 1 deletions
|
@ -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 <working-directory> (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 <working-directory> (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 * * * <full-script-location> <full-working-directory-location>
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue