correcting the layout...

This commit is contained in:
iceman1001 2016-08-08 18:58:05 +02:00
commit 76fc721913

View file

@ -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