summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorColin Wee <2gbleh@gmail.com>2018-05-18 18:03:00 -0400
committerColin Wee <2gbleh@gmail.com>2018-05-18 18:03:00 -0400
commit4615e08f1116cd233d3c7f3aa806778228711420 (patch)
tree62fcd71f86a8ac3511f616cce073a4136f3f6bbd /README.md
parentbafe4bd586d27220613e75144a98bfee722d7bec (diff)
README: fix command to match filename in repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 644fb49..373f6ce 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ Optional supported binaries which may be placed in /tools to enable built-in exp
4. Modify the anykernel.sh to add your kernel's name, boot partition location, permissions for included ramdisk files, and use methods for any required ramdisk modifications (optionally, also place banner and/or version files in the root to have these displayed during flash)
-5. `zip -r9 UPDATE-AnyKernel2.zip * -x README UPDATE-AnyKernel2.zip`
+5. `zip -r9 UPDATE-AnyKernel2.zip * -x README.md UPDATE-AnyKernel2.zip`
If supporting a recovery that forces zip signature verification (like Cyanogen Recovery) then you will need to also sign your zip using the method I describe here: