usage: change command list
This commit is contained in:
8
USAGE.md
8
USAGE.md
@@ -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 phone’s temporary folder:
|
Use ADB to copy the `pmt` file to your phone’s 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
|
||||||
|
|||||||
Reference in New Issue
Block a user