From 9af8c003d88d124acd81b28eae1a242db3c74b56 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Tue, 29 Jun 2021 15:00:15 +0200 Subject: [PATCH] Termux: fix instructions, thanks @ysard --- doc/termux_notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/termux_notes.md b/doc/termux_notes.md index da737b608..ae7207ddf 100644 --- a/doc/termux_notes.md +++ b/doc/termux_notes.md @@ -99,7 +99,7 @@ pkg install proxmark3-git ``` ### Optional: Building Proxmark3 client from source ``` -pkg install make clang clang++ readline libc++ git +pkg install make clang readline libc++ git git clone https://github.com/RfidResearchGroup/proxmark3.git cd proxmark make clean && make client