Update Termux instructions for packages

Add `proxmark3-git` package and quick explanations
This commit is contained in:
Marlin Sööse 2021-06-06 18:02:36 -06:00 committed by GitHub
commit 578b5baa9b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,13 +85,18 @@ ref : https://github.com/Proxmark/proxmark3/wiki/android
Install [Termux](https://play.google.com/store/apps/details?id=com.termux) and start it
### Install Proxmark3 package
### Install Proxmark3 package which follows tagged releases
^[Top](#top)
Run the following commands:
```
pkg install proxmark3
```
### Install Proxmark3 package which offers a more up to date version from git `master` branch
Run the following commands:
```
pkg install proxmark3-git
```
### Optional: Building Proxmark3 client from source
```
pkg install make clang clang++ readline libc++ git