From 96336bcd0b8576568efd9cc4905b776d67998141 Mon Sep 17 00:00:00 2001 From: YZBruh Date: Tue, 4 Jun 2024 17:59:20 +0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f151c85..516154a 100755 --- a/README.md +++ b/README.md @@ -66,12 +66,19 @@ export NDK_PROJECT_PATH=$(pwd) | | pmt pmt ``` - - For the make installable debian package make-deb.sh use the script. It can be created within two architectures. Use the script flags correctly: arm64-v8a, armeabi-v7a + - For the make installable debian package make-deb.sh use the script. It can be created within two architectures. Use the script flags correctly: arm64-v8a, armeabi-v7a. If you want to process with root, add sudo as the second argument. If you don't want, use no-sudo or leave it blank + +``` +--Usage-- + +./make-deb.sh [arm64-v8a, armeabi-v7a] [sudo, no-sudo, ] +``` + ``` chmod 777 make-deb.sh # for making 64-bit package -./make-deb.sh arm64-v8a +./make-deb.sh arm64-v8a # for making 32-bit package ./make-deb.sh armeabi-v7a