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 #912 from laverya/update-readme-versions
Browse files Browse the repository at this point in the history
update ship version in readme and include 'z' flag for tar
  • Loading branch information
laverya committed Apr 11, 2019
2 parents a2c806e + a1f83f1 commit 1bce583
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 @@ -40,12 +40,12 @@ The output of the `init` and `unfork` modes will result in the creation of a dir
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.39.0/ship_0.39.0_linux_amd64.tar.gz | tar xv && sudo mv ship /usr/local/bin
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.40.0/ship_0.40.0_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.39.0/ship_0.39.0_darwin_amd64.tar.gz | tar xv && sudo mv ship /usr/local/bin
curl -sSL https://github.com/replicatedhq/ship/releases/download/v0.40.0/ship_0.40.0_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 1bce583

Please sign in to comment.