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

Commit

Permalink
update readme to use the latest version of ship
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya committed Apr 9, 2019
1 parent e99d529 commit ac3838b
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 @@ -53,12 +53,12 @@ Ship is designed to provide first-time configuration UI and/or be used headless
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.37.0/ship_0.37.0_linux_amd64.tar.gz | tar xv && sudo mv ship /usr/local/bin
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.38.0/ship_0.38.0_linux_amd64.tar.gz | tar xv && 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.37.0/ship_0.37.0_darwin_amd64.tar.gz | tar xv && sudo mv ship /usr/local/bin
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.38.0/ship_0.38.0_darwin_amd64.tar.gz | tar xv && sudo mv ship /usr/local/bin
```

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

0 comments on commit ac3838b

Please sign in to comment.