mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
correcting the layout...
This commit is contained in:
parent
f3c2458aa6
commit
76fc721913
1 changed files with 22 additions and 22 deletions
12
README.md
12
README.md
|
@ -5,7 +5,7 @@ The iceman fork
|
||||||
##This fork is HIGHLY experimental
|
##This fork is HIGHLY experimental
|
||||||
|
|
||||||
##Notice
|
##Notice
|
||||||
There is so much in this fork, with all fixes and additions its basically the most enhanced fork to this day for the Proxmark3 device.
|
There is so much in this fork, with all fixes and additions its basically the most enhanced fork to this day for the Proxmark3 device. Which makes it so awesum to play with. Witt all coverity scan fixes this client is much more stable than PM3 Master.
|
||||||
|
|
||||||
##Offical
|
##Offical
|
||||||
The official Proxmark repository is found here: https://github.com/Proxmark/proxmark3
|
The official Proxmark repository is found here: https://github.com/Proxmark/proxmark3
|
||||||
|
@ -122,19 +122,19 @@ Get devkitARM release 41 from SourceForge (choose either the 64/32 bit depending
|
||||||
(64-bit) http://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-x86_64-linux.tar.bz2/download
|
(64-bit) http://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-x86_64-linux.tar.bz2/download
|
||||||
(32-bit) http://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-i686-linux.tar.bz2/download
|
(32-bit) http://sourceforge.net/projects/devkitpro/files/devkitARM/previous/devkitARM_r41-i686-linux.tar.bz2/download
|
||||||
|
|
||||||
Extract the contents of the .tar.bz2:
|
Extract the contents of the .tar.bz2
|
||||||
`tar jxvf devkitARM_r41-<arch>-linux.tar.bz2`
|
`tar jxvf devkitARM_r41-<arch>-linux.tar.bz2`
|
||||||
|
|
||||||
Create a directory for the arm dev kit:
|
Create a directory for the arm dev kit
|
||||||
`sudo mkdir -p /opt/devkitpro/`
|
`sudo mkdir -p /opt/devkitpro/`
|
||||||
|
|
||||||
Move the ARM developer kit to the newly created directory:
|
Move the ARM developer kit to the newly created directory
|
||||||
`sudo mv devkitARM /opt/devkitpro/`
|
`sudo mv devkitARM /opt/devkitpro/`
|
||||||
|
|
||||||
Add the appropriate environment variable:
|
Add the appropriate environment variable
|
||||||
`export PATH=${PATH}:/opt/devkitpro/devkitARM/bin/`
|
`export PATH=${PATH}:/opt/devkitpro/devkitARM/bin/`
|
||||||
|
|
||||||
Add the environment variable to your profile:
|
Add the environment variable to your profile
|
||||||
`echo 'PATH=${PATH}:/opt/devkitpro/devkitARM/bin/ ' >> ~/.bashrc`
|
`echo 'PATH=${PATH}:/opt/devkitpro/devkitARM/bin/ ' >> ~/.bashrc`
|
||||||
|
|
||||||
Clone iceman fork
|
Clone iceman fork
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue