mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Merge pull request #1303 from msoose/patch-2
Update Termux instructions for packages
This commit is contained in:
commit
ffe2a9f45b
1 changed files with 6 additions and 1 deletions
|
@ -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 [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)
|
^[Top](#top)
|
||||||
|
|
||||||
Run the following commands:
|
Run the following commands:
|
||||||
```
|
```
|
||||||
pkg install proxmark3
|
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
|
### Optional: Building Proxmark3 client from source
|
||||||
```
|
```
|
||||||
pkg install make clang clang++ readline libc++ git
|
pkg install make clang clang++ readline libc++ git
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue