Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1066 from laverya/update-readme-ship-version
Browse files Browse the repository at this point in the history
link to the latest release in the readme
  • Loading branch information
laverya authored Sep 17, 2019
2 parents 1a5c303 + 5237af6 commit 0d5af63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ Configuration workflow `ship.yaml` files can be included in Kubernetes manifest
Ship is packaged as a single binary, and Linux and MacOS versions are distributed:
- To download the latest Linux build, run:
```shell
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.47.2/ship_0.47.2_linux_amd64.tar.gz | tar zxv && sudo mv ship /usr/local/bin
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.51.1/ship_0.51.1_linux_amd64.tar.gz | tar zxv && sudo mv ship /usr/local/bin
```

- To download the latest MacOS build, you can either run:
```shell
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.47.2/ship_0.47.2_darwin_amd64.tar.gz | tar zxv && sudo mv ship /usr/local/bin
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.51.1/ship_0.51.1_darwin_amd64.tar.gz | tar zxv && sudo mv ship /usr/local/bin
```

- ... or you can install with [Homebrew](https://brew.sh/):
Expand Down

0 comments on commit 0d5af63

Please sign in to comment.