From aac829121916120766c687b7ac9f3ade0365a0d4 Mon Sep 17 00:00:00 2001 From: Tim <86524864+WessellUrdata@users.noreply.github.com> Date: Fri, 6 Jan 2023 12:04:06 +0800 Subject: [PATCH] Added Usage section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a3bb0b6..d851d76 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ Other than that, I've created this repository to document how patching out verit An explanation of how the script works can be found [here](https://github.com/WessellUrdata/vbmeta-disable-verification/wiki/Explanation:-How-patching-vbmeta-works). +## Usage + +Download the script from [Releases](https://github.com/WessellUrdata/vbmeta-disable-verification/releases). + +```bash +$ python ./bvqc3.py +``` + ## Credits Credits to [@libxzr](https://github.com/libxzr) for creating the [original repo](https://github.com/libxzr/vbmeta-disable-verification) and [the blog post about patching vbmeta.img](https://blog.xzr.moe/archives/226/).