From 6ccead8532e2d24d5dd2156e63fe9a3e44948bbf Mon Sep 17 00:00:00 2001 From: YZBruh Date: Sun, 10 Aug 2025 21:58:40 +0300 Subject: [PATCH] usage: change command list --- USAGE.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/USAGE.md b/USAGE.md index 9021c7b..bcd9190 100644 --- a/USAGE.md +++ b/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 Use ADB to copy the `pmt` file to your phone’s temporary folder: ```bash +# Rename for more easily usage +mv pmt_static pmt + adb push pmt /data/local/tmp/pmt ``` @@ -280,10 +283,7 @@ cd /data/local/tmp ### 5️⃣ Give Execute Permission Allow the binary to be executed: ```bash -chmod 755 pmt_static - -# Rename for more easily -mv pmt_static pmt +chmod 755 pmt ``` ### 6️⃣ Run PMT