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

link to the latest release in the readme #1071

Merged
merged 1 commit into from
Sep 25, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.51.1/ship_0.51.1_linux_amd64.tar.gz | tar zxv && sudo mv ship /usr/local/bin
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.51.2/ship_0.51.2_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.51.1/ship_0.51.1_darwin_amd64.tar.gz | tar zxv && sudo mv ship /usr/local/bin
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.51.2/ship_0.51.2_darwin_amd64.tar.gz | tar zxv && sudo mv ship /usr/local/bin
```

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