From 578b5baa9bed8bbbadde8cfdffa384dbcba062af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marlin=20S=C3=B6=C3=B6se?= <30473690+msoose@users.noreply.github.com> Date: Sun, 6 Jun 2021 18:02:36 -0600 Subject: [PATCH] Update Termux instructions for packages Add `proxmark3-git` package and quick explanations --- doc/termux_notes.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/termux_notes.md b/doc/termux_notes.md index 4e30f0a05..da737b608 100644 --- a/doc/termux_notes.md +++ b/doc/termux_notes.md @@ -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