From 2396b2e7c0fa49031386b56326c9d5e6b1c85d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fl=C3=A1vio=20H=20Freitas?= Date: Wed, 15 Sep 2021 11:37:48 +0200 Subject: [PATCH] Update README.md Add missing prefix for the docker image. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3cfd2e8..5404ef5 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ docker pull ericfreese/zsh-autosuggestions-test To run the tests for a specific version of zsh (where `` below is substituted with the contents of a line from the [`ZSH_VERSIONS`](ZSH_VERSIONS) file): ```sh -docker run -it -e TEST_ZSH_BIN=zsh- -v $PWD:/zsh-autosuggestions zsh-autosuggestions-test make test +docker run -it -e TEST_ZSH_BIN=zsh- -v $PWD:/zsh-autosuggestions ericfreese/zsh-autosuggestions-test make test ```