apktool: update path placeholders (#10047)

pull/23/head
K.B.Dharun Krishna 2023-04-14 11:11:43 +05:30 committed by GitHub
parent 50145c29ac
commit bfa23efeca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
- Decode an APK file:
`apktool d {{file.apk}}`
`apktool d {{path/to/file.apk}}`
- Build an APK file from a directory:
@ -13,4 +13,4 @@
- Install and store a framework:
`apktool if {{framework.apk}}`
`apktool if {{path/to/framework.apk}}`