Termux: fix instructions, thanks @ysard

This commit is contained in:
Philippe Teuwen 2021-06-29 15:00:15 +02:00
commit 9af8c003d8

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