Update README.md

Add missing prefix for the docker image.
This commit is contained in:
Flávio H Freitas 2021-09-15 11:37:48 +02:00 committed by GitHub
parent a411ef3e09
commit 2396b2e7c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -181,7 +181,7 @@ docker pull ericfreese/zsh-autosuggestions-test
To run the tests for a specific version of zsh (where `<version>` 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-<version> -v $PWD:/zsh-autosuggestions zsh-autosuggestions-test make test
docker run -it -e TEST_ZSH_BIN=zsh-<version> -v $PWD:/zsh-autosuggestions ericfreese/zsh-autosuggestions-test make test
```