mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
update readme based on @shuffle2 feedback
This commit is contained in:
parent
84b565bec4
commit
74c66d89ff
1 changed files with 3 additions and 3 deletions
|
@ -73,9 +73,9 @@ There is a docker image with webpack installed which has been built which you ca
|
||||||
|
|
||||||
```
|
```
|
||||||
docker pull nhutton/prox-container:webp_image_complete
|
docker pull nhutton/prox-container:webp_image_complete
|
||||||
docker run -v <LOCAL_PATH>/proxmark3:/tmp --rm -it nhutton/prox-container:webp_image_complete bash
|
docker run -v <LOCAL_PATH>/proxmark3:/tmp/proxmark3 --rm -it nhutton/prox-container:1.0 bash
|
||||||
$ cd /tmp/proxmark/fpga
|
$ cd /tmp/proxmark3/fpga
|
||||||
$ make all
|
$ make all -j
|
||||||
```
|
```
|
||||||
|
|
||||||
In order to save space, these fpga images are LZ4 compressed and included in the fullimage.elf file when compiling the ARM SRC. `make armsrc`
|
In order to save space, these fpga images are LZ4 compressed and included in the fullimage.elf file when compiling the ARM SRC. `make armsrc`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue