docker-registry-proxy
docker-registry-proxy copied to clipboard
Fix an unclosed quoting issue in kind setup instructions
Per this issue I think there is a problem in these setup instructions because (at least for zsh) the shell doesn't like the combination of !" and this means that the double quote remains unclosed.
There are probably more elegant ways to fix this problem but I just took the easy one here.