Skip to content

Commit

Permalink
Merge pull request #47 from lepommosaure/use_cases_dev
Browse files Browse the repository at this point in the history
fixing small typo in USE_CASES.md
  • Loading branch information
tgingold committed Nov 15, 2023
2 parents 36768ad + fd48fff commit 58594cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions USE_CASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ You need docker installed and the daemon running. If you don't, you can try the
We may use any of the images. I will take the smallest image (75MB), [![`ghdl/ghdl`](https://img.shields.io/badge/ghdl/ghdl-bullseye--mcode-blue.svg?style=flat-square)](https://hub.docker.com/r/ghdl/ghdl/tags), and start a container with a shell prompt:

``` bash
$(commnad -v winpty) docker run --rm -it ghdl/ghdl:bullseye-mcode bash
$(command -v winpty) docker run --rm -it ghdl/ghdl:bullseye-mcode bash
```

> NOTE: `winpty` is required on windows (MSYS2) only.
Expand Down Expand Up @@ -100,7 +100,7 @@ Since [![`ghdl/ext`](https://img.shields.io/badge/ghdl/ext-vunit-blue.svg?style=

``` bash
# Start a container with option `--interactive`
$(commnad -v winpty) docker run --rm -it ghdl/ext:vunit bash
$(command -v winpty) docker run --rm -it ghdl/ext:vunit bash
# In the prompt inside the container:
ghdl --version
mkdir vunit
Expand Down Expand Up @@ -134,7 +134,7 @@ As an alternative to using an X server on the host, a [GTK+ Broadway](https://de

``` bash
# Start a container with either `x11docker` or `docker run`:
$(commnad -v winpty) docker run -it \
$(command -v winpty) docker run -it \
-e BROADWAY=5 -p 8085:8085 -- ghdl/ext:broadway bash
# or
x11docker -it -- \
Expand Down

0 comments on commit 58594cd

Please sign in to comment.