Update docker instruction

This commit is contained in:
AurelienUoU 2019-07-11 10:10:30 -06:00
parent 3cd214ada2
commit c556b85d66
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ OpenFPGA requires all the dependancies listed below:
If all these dependancies are not installed in your machine you can choose to use a Docker (docker tool need to be installed). To ease customer first experience a Dockerfile is provided in OpenFPGA folder. It can be build using the commands:
- docker build . -t open_fpga
- docker run -it --rm -v $PWD:/localfile -w="/localfile/OpenFPGA/vpr7_x2p/vpr" open_fpga bash
- docker run -it --rm -v $PWD:/localfile/OpenFPGA -w="/localfile/OpenFPGA" open_fpga bash<br />
[*docker download link*](https://www.docker.com/products/docker-desktop)
## Building