mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 02:34:48 +08:00
Added video link - instruction changes
Installation steps amended and added kali linux video
This commit is contained in:
parent
ef0e53f54b
commit
ef52cfef9f
1 changed files with 11 additions and 2 deletions
|
@ -5,7 +5,7 @@ sudo apt remove modemmanager
|
||||||
```
|
```
|
||||||
|
|
||||||
# Video Installation guide
|
# Video Installation guide
|
||||||
[![Kali Installation tutorial](https://github.com/5w0rdfish/Proxmark3-RDV4-ParrotOS/blob/master/screenshot-www.youtube.com-2019.03.17-20-44-33.png)](https://youtu.be/Wl9AsrU4igo "ParrotOS Installation Tutorial")
|
[![Kali Installation tutorial](https://github.com/5w0rdfish/Proxmark3-RDV4-ParrotOS/blob/master/screenshot-www.youtube.com-2019.03.17-20-44-33.png)](https://youtu.be/t5eBPS6lV3E "Kali Linux Installation Tutorial")
|
||||||
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
@ -44,9 +44,18 @@ git pull
|
||||||
```sh
|
```sh
|
||||||
sudo apt remove modemmanager
|
sudo apt remove modemmanager
|
||||||
```
|
```
|
||||||
|
### Reboot Kali
|
||||||
|
```sh
|
||||||
|
reboot
|
||||||
|
```
|
||||||
|
|
||||||
|
### Change directory back to proxmark3
|
||||||
|
```sh
|
||||||
|
cd proxmark3
|
||||||
|
```
|
||||||
|
|
||||||
### Clean and Compile
|
### Clean and Compile
|
||||||
Clean and complete compilation
|
Clean and complete compile
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
make clean && make all
|
make clean && make all
|
||||||
|
|
Loading…
Reference in a new issue