Merge pull request #193 from pascallj/patch-1

Update README.md to use new options
This commit is contained in:
Andrew Gunnerson
2023-10-15 15:55:52 -04:00
committed by GitHub
+2 -2
View File
@@ -79,8 +79,8 @@ If you lose your AVB or OTA signing key, you will no longer be able to sign new
```bash
avbroot ota patch \
--input /path/to/ota.zip \
--privkey-avb /path/to/avb.key \
--privkey-ota /path/to/ota.key \
--key-avb /path/to/avb.key \
--key-ota /path/to/ota.key \
--cert-ota /path/to/ota.crt \
--magisk /path/to/magisk.apk
```