diff --git a/README.md b/README.md index a82c15c2..bc14e861 100644 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ Get the most recent packaged binaries (`.deb`, `.rpm`, `.apk`, `pkg.tar.zst `, ` You can use dockerized version of tenv via the following command: ```sh -docker run --rm --it ghcr.io/tofuutils/tenv:latest help +docker run -it --rm tofuutils/tenv:latest help ``` The docker container is not meant as a way to run tenv for CI pipelines, for local use, you should use one of the [packaged binaries](#manual-installation).