mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Update README.md
Add missing prefix for the docker image.
This commit is contained in:
parent
a411ef3e09
commit
2396b2e7c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue