Skip to content

Commit 27465da

Browse files
specify docker image tag #443
1 parent 453c74b commit 27465da

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ Then, just run:
2828
$ c2eo <path-to-c-file-name> <eo-file-name>.eo
2929
```
3030

31-
You can also use [yegor256/c2eo](https://hub.docker.com/r/yegor256/c2eo)
31+
You can also use [yegor256/c2eo](https://hub.docker.com/r/yegor256/c2eo/tags)
3232
image via [Docker](https://docs.docker.com/get-docker/):
3333

3434
```bash
35-
$ docker run -v $(pwd):/eo yegor256/c2eo hello.c hello.eo
35+
$ docker run -v $(pwd):/eo yegor256/c2eo:<tag> hello.c hello.eo
3636
```
3737

3838
Assuming you have `hello.c` in the current directory, the `hello.eo` will be created next to it.

0 commit comments

Comments
 (0)