Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(quickstart): fix kops typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Fisher committed Feb 9, 2017
1 parent 77a376a commit e7bb879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/quickstart/provider/aws/boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ $ sudo mv kops-darwin-amd64 /usr/local/bin/kops

```bash
$ curl -sSL https://github.com/kubernetes/kops/releases/download/1.5.1/kops-linux-amd64 -O
$ chmod +x kops-darwin-amd64
$ sudo mv kops-darwin-amd64 /usr/local/bin/kops
$ chmod +x kops-linux-amd64
$ sudo mv kops-linux-amd64 /usr/local/bin/kops
```

For more information see the official [kops installation guide](https://github.com/kubernetes/kops/blob/master/docs/aws.md).
Expand Down

0 comments on commit e7bb879

Please sign in to comment.