diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index dfc13263..ffe414c0 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -50,7 +50,7 @@ variable should be `docker.io/`. **Note**: Currently Docker Hub doesn't let you create subdirs under your username. -For a local registry (using insecure http://) it needs to be on localhost: +For a local registry (using insecure `http://`) it needs to be on localhost: ```shell docker run -it -d -p 5000:5000 registry:2 @@ -61,7 +61,7 @@ Then ensure `ko` is set up: ```shell # Install the "ko" cli -go get -u github.com/google/go-containerregistry/cmd/ko +go get -u github.com/google/ko/cmd/ko # Check that "ko" is on your path which ko