From 6b884bf859e79d6540ee8a8562516237bbedb3f7 Mon Sep 17 00:00:00 2001 From: tmeissner Date: Thu, 10 Mar 2022 17:07:23 +0100 Subject: [PATCH] Remove call of env-setup.sh --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 86b78db..d3a6e76 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,6 @@ Another useful tool is GTKWave, install it if you want to use the waveform files ``` $ 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 \ --volume /tmp/.X11-unix:/tmp/.X11-unix hdlc/sim:scipy /bin/bash $ cd /build