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

point to new ko repo #584

Merged
merged 2 commits into from
Apr 2, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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