Skip to content

Commit

Permalink
Merge pull request #549 from BenTheElder/v
Browse files Browse the repository at this point in the history
correct download link
  • Loading branch information
k8s-ci-robot authored May 22, 2019
2 parents e7e2565 + aa3721d commit bed5b7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ To install, download the binary for your platform from "Assets" and place this
into your `$PATH`. E.G. for macOS:

```console
curl -Lo ./kind-darwin-amd64 https://github.com/kubernetes-sigs/kind/releases/download/0.3.0/kind-darwin-amd64
curl -Lo ./kind-darwin-amd64 https://github.com/kubernetes-sigs/kind/releases/download/v0.3.0/kind-darwin-amd64
chmod +x ./kind-darwin-amd64
mv ./kind-darwin-amd64 /some-dir-in-your-PATH/kind
```
Expand Down

0 comments on commit bed5b7e

Please sign in to comment.