pmt: Create guide for installing deb in Termux

This commit is contained in:
2024-07-21 21:59:40 +03:00
committed by GitHub
parent ad8756a05c
commit 04d7121eb6

24
SETUP-DEBS.md Normal file
View File

@@ -0,0 +1,24 @@
### Installing pmt deb packages in Termux
It's pretty simple.
###### Package selection
- If the device is 64 bit, you should choose `arm64-v8a` package. If not, choose `armeabi-v7a` package.
- And of course download it.
###### Setup
- Access downloads or wherever the package is located.
```
# Access downloads
cd /sdcard/Download
```
- Now it's time to set up.
```
Syntax:
apt install ./pmt-<VARIANT>.deb
Examples:
apt install ./pmt-armeabi-v7a.deb
apt install ./pmt-arm64-v8a.deb
```
- And enjoy!