Termux: fix instructions, thanks @ysard

This commit is contained in:
Philippe Teuwen
2021-06-29 15:00:19 +02:00
parent 401608f672
commit 9af8c003d8
+1 -1
View File
@@ -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