Browse Source

Add --recursive in the log

master
T. Meissner 2 years ago
parent
commit
d0a00d2619
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -24,7 +24,7 @@ Another useful tool is GTKWave, install it if you want to use the waveform files
### Change into docker container & install requirements
```
$ git clone https://git.goodcleanfun.de/tmeissner/cocotb_with_ghdl.git
$ git clone --recursive https://git.goodcleanfun.de/tmeissner/cocotb_with_ghdl.git
$ cd cocotb_with_ghdl
$ ./env-setup.sh
$ docker run --rm -ti --volume=$(pwd):/build -e DISPLAY=$DISPLAY \


Loading…
Cancel
Save