diff --git a/Using-PMT-via-Termux-or-ADB.md b/Using-PMT-via-Termux-or-ADB.md index 6715922..8883d12 100644 --- a/Using-PMT-via-Termux-or-ADB.md +++ b/Using-PMT-via-Termux-or-ADB.md @@ -81,7 +81,7 @@ Unzip the downloaded `.zip` file — you should now have a `pmt` binary. --- #### Push the Binary to Your Device -Use ADB to copy the `pmt` file to your phone’s temporary folder: +Use ADB to copy the `pmt` file to your device’s temporary folder: ```bash # Rename for more easily usage mv pmt_static pmt @@ -124,5 +124,4 @@ Example — Back up the boot partition: #### Tips Commands must be run from /data/local/tmp unless you move pmt elsewhere.\ -The /data/local/tmp folder is cleared when you reboot your device.\ Static builds are completely standalone — no missing library issues.