From a1f83f1e21a55080363ff193b4ed0de2c8e64bd5 Mon Sep 17 00:00:00 2001 From: Andrew Lavery Date: Thu, 11 Apr 2019 15:59:36 -0700 Subject: [PATCH] update ship version in readme and include 'z' flag for tar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6a35b42b..e311e5a49 100644 --- a/README.md +++ b/README.md @@ -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/):