Typo fix
This commit is contained in:
parent
3d079c9421
commit
a04555419a
|
@ -41,7 +41,7 @@ OpenFPGA requires all the dependancies listed below:
|
|||
## Docker
|
||||
|
||||
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. A container ready to use can be created with the following command:
|
||||
- docker run -it --rm -v `pwd`:/localfile/OpenFPGA -w=“/localfile/OpenFPGAr” lnis-projects/open_fpga bash
|
||||
- docker run -it --rm -v `pwd`:/localfile/OpenFPGA -w=“/localfile/OpenFPGA” lnis-projects/open_fpga bash
|
||||
|
||||
Or a container where you can build OpenFPGA yourself can be created with the following commands:
|
||||
- docker build . -t open_fpga
|
||||
|
|
Loading…
Reference in New Issue