Skip to content

Commit

Permalink
Add latest release link to installation docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlangueitor authored Sep 18, 2019
1 parent eae975a commit ebc84f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ directly or place it on your path.
## Linux

```
wget https://github.com/instrumenta/kubeval/releases/download/0.9.2/kubeval-linux-amd64.tar.gz
wget https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-linux-amd64.tar.gz
tar xf kubeval-linux-amd64.tar.gz
sudo cp kubeval /usr/local/bin
```

## macOS

```
wget https://github.com/instrumenta/kubeval/releases/download/0.9.2/kubeval-darwin-amd64.tar.gz
wget https://github.com/instrumenta/kubeval/releases/latest/download/kubeval-darwin-amd64.tar.gz
tar xf kubeval-darwin-amd64.tar.gz
sudo cp kubeval /usr/local/bin
```
Expand Down

0 comments on commit ebc84f4

Please sign in to comment.