diff --git a/README.md b/README.md index ed8dd00..476bbd4 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,9 @@ If you are working with recovery.img, the steps are similar: And you get recovery.img.signed +### usage demo +![](doc/op.gif) + ## 3. example & test An example boot.img has been placed at **src/test/resources/boot.img**, which is extracted from Nexus 5x(code: bullhead) factory images from [Google](https://dl.google.com/dl/android/aosp/bullhead-mda89e-factory-29247942.tgz), you can take it as a quick start. diff --git a/doc/op.gif b/doc/op.gif new file mode 100644 index 0000000..e6d5928 Binary files /dev/null and b/doc/op.gif differ