1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00

apktool: update path placeholders (#10047)

This commit is contained in:
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

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}}`