Skip to content

Commit

Permalink
Merge pull request #597 from cdrage/update-docs-2
Browse files Browse the repository at this point in the history
<docs> Update version number
  • Loading branch information
surajssd committed May 15, 2017
2 parents f66a11f + 4e051c2 commit 7ddce35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/setup.md
Expand Up @@ -8,13 +8,13 @@ Kompose is released via GitHub on a three-week cycle, you can see all current re

```sh
# Linux
curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.5.0/kompose-linux-amd64 -o kompose
curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.6.0/kompose-linux-amd64 -o kompose

# macOS
curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.5.0/kompose-darwin-amd64 -o kompose
curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.6.0/kompose-darwin-amd64 -o kompose

# Windows
curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.5.0/kompose-windows-amd64.exe -o kompose.exe
curl -L https://github.com/kubernetes-incubator/kompose/releases/download/v0.6.0/kompose-windows-amd64.exe -o kompose.exe

chmod +x kompose
sudo mv ./kompose /usr/local/bin/kompose
Expand Down

0 comments on commit 7ddce35

Please sign in to comment.