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:
parent
50145c29ac
commit
bfa23efeca
1 changed files with 2 additions and 2 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue