From cf97415483d0b3ebe9c5f8d1d542b70acf669627 Mon Sep 17 00:00:00 2001 From: Arnaud Chong Date: Mon, 17 Jul 2017 14:10:36 +0200 Subject: [PATCH] update README : there is no zip file in new release --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index e8d70811de..11739536f9 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,7 @@ mkdir -p /usr/local/bin mv /usr/local/bin/scw /tmp/scw.old # get latest release -wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.13/scw_1.13_darwin_amd64.zip" -O /tmp/scw.zip -unzip /tmp/scw.zip \*/scw -d /tmp -mv /tmp/scw_*/scw /usr/local/bin -rm -rf /tmp/scw.zip /tmp/scw_*_darwin_amd64 +wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.13/scw-darwin-amd64" -O /usr/local/bin/scw # test scw version