From 54a5f1afa802c87d4fbb633321deaeae4e6c1ac0 Mon Sep 17 00:00:00 2001 From: j-hc Date: Wed, 28 Jun 2023 02:23:40 +0300 Subject: [PATCH] mention rvmm-config-gen in readme --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8f3f22a..070f021 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,5 +7,5 @@ assignees: '' --- -**Describe the bug** **DO NOT REPORT REVANCED BUGS IN THIS REPO** +**Describe the bug of the rvmm builder or the modules** diff --git a/README.md b/README.md index 6b45fd7..b2c8f58 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Get the [latest CI release](https://github.com/j-hc/revanced-magisk-module/relea * Star the repo :eyes: * [Fork the repo](https://github.com/j-hc/revanced-magisk-module/fork) or use it as a template - * Customize [`config.toml`](./config.toml) + * Customize [`config.toml`](./config.toml) by hand or using [rvmm-config-gen](https://j-hc.github.io/rvmm-config-gen/) * Run the build [workflow](../../actions/workflows/build.yml) * Grab your modules and APKs from [releases](../../releases)