From fce93d5117ea7454df44f53ffaf1aa0c24c166fd Mon Sep 17 00:00:00 2001 From: Jonas Hackenberg Date: Tue, 24 Apr 2018 05:22:43 +0200 Subject: [PATCH] Fix typo: gradew -> gradlew (#11) Thank you very much for your project. Worked perfectly without any issues. I just noticed this typos in the readme. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e9cff4e..65a54a0 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Get tools via git: Then put your boot.img at **$(CURDIR)/boot.img**, then start gradle 'unpack' task: cp boot.img - ./gradew unpack + ./gradlew unpack Your get the flattened kernel and /root filesystem under **$(CURDIR)/build/unzip\_boot**: @@ -42,7 +42,7 @@ Your get the flattened kernel and /root filesystem under **$(CURDIR)/build/unzip Then you can edit the actual file contents, like rootfs or kernel. Now, pack the boot.img again - ./gradew pack + ./gradlew pack You get the repacked boot.img at $(CURDIR): @@ -52,8 +52,8 @@ You get the repacked boot.img at $(CURDIR): If you are working with recovery.img, the steps are similar: cp recovery.img - ./gradew unpack - ./gradew pack + ./gradlew unpack + ./gradlew pack And you get recovery.img.signed