From a85cd12e7e1937f211435fa2cd4b4ed69e729bdb Mon Sep 17 00:00:00 2001 From: Michal Borowiecki Date: Sun, 11 Jul 2021 21:09:45 +0100 Subject: [PATCH] fix docker run instruction in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f2801339a..a1bd4cf37 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ The reports can be found at For those using Docker, you can try the Minima docker image without compiling the source code: ``` docker pull minimaglobal/minima:tests -docker run minima:tests +docker run minimaglobal/minima:tests ``` The tests tag maps to the tests github branch.