Skip to content

Commit

Permalink
Merge pull request kubernetes#1076 from vendrov/patch-3
Browse files Browse the repository at this point in the history
more detailed installation instructions
  • Loading branch information
krisnova authored Dec 11, 2016
2 parents d41b1f0 + 83c1749 commit 016b9f3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Launching a Kubernetes cluster on [AWS](/docs/aws.md).
### Recommended

Download the [latest release](https://github.com/kubernetes/kops/releases/latest)
chmod +x kops-linux-amd64 - (Add execution permissions )
ln -s ./kops-linux-amd64 /usr/bin/kops - (optional, makes kops available from any path).

### History

Expand Down

0 comments on commit 016b9f3

Please sign in to comment.