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 #680 from replicatedhq/refer-to-latest-version-in-…
Browse files Browse the repository at this point in the history
…readme

Update README.md to refer to 0.22.0 not 0.16.0
  • Loading branch information
laverya authored Nov 4, 2018
2 parents 81c7d1d + bcf607c commit a8239cc
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 @@ -51,12 +51,12 @@ There are two ways you can get started with Ship:
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.16.0/ship_0.16.0_linux_amd64.tar.gz | tar xv && sudo mv ship /usr/local/bin
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.22.0/ship_0.22.0_linux_amd64.tar.gz | tar xv && sudo mv ship /usr/local/bin
```

- To download the latest MacOS build, run:
```shell
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.16.0/ship_0.16.0_darwin_amd64.tar.gz | tar xv && sudo mv ship /usr/local/bin
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.22.0/ship_0.22.0_darwin_amd64.tar.gz | tar xv && sudo mv ship /usr/local/bin
```

Ship is also available through [Homebrew](https://brew.sh/):
Expand Down

0 comments on commit a8239cc

Please sign in to comment.