usage: change command list

This commit is contained in:
2025-08-10 21:58:40 +03:00
parent cd507af88c
commit 6ccead8532

View File

@@ -262,6 +262,9 @@ Unzip the downloaded `.zip` file — you should now have a `pmt` binary.
### 2⃣ Push the Binary to Your Device ### 2⃣ Push the Binary to Your Device
Use ADB to copy the `pmt` file to your phones temporary folder: Use ADB to copy the `pmt` file to your phones temporary folder:
```bash ```bash
# Rename for more easily usage
mv pmt_static pmt
adb push pmt /data/local/tmp/pmt adb push pmt /data/local/tmp/pmt
``` ```
@@ -280,10 +283,7 @@ cd /data/local/tmp
### 5⃣ Give Execute Permission ### 5⃣ Give Execute Permission
Allow the binary to be executed: Allow the binary to be executed:
```bash ```bash
chmod 755 pmt_static chmod 755 pmt
# Rename for more easily
mv pmt_static pmt
``` ```
### 6⃣ Run PMT ### 6⃣ Run PMT