Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
point to new ko repo (#584)
Browse files Browse the repository at this point in the history
* point to new ko repo

* Try to fix markdownlint error
  • Loading branch information
imjasonh authored and knative-prow-robot committed Apr 2, 2019
1 parent d4d04d9 commit 4fc8663
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ variable should be `docker.io/<username>`.
**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
Expand All @@ -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
Expand Down

0 comments on commit 4fc8663

Please sign in to comment.