Parcourir la source

Update README.md

Add missing prefix for the docker image.
pull/629/head
Flávio H Freitas il y a 3 ans
committed by GitHub
Parent
révision
2396b2e7c0
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      README.md

+ 1
- 1
README.md Voir le fichier

@ -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
```

Chargement…
Annuler
Enregistrer