Skip to content

Commit 87995dc

Browse files
authored
Merge pull request #472 from achamo/master
update README : there is no zip file in new release
2 parents e049e26 + cf97415 commit 87995dc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,7 @@ mkdir -p /usr/local/bin
106106
mv /usr/local/bin/scw /tmp/scw.old
107107

108108
# get latest release
109-
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.13/scw_1.13_darwin_amd64.zip" -O /tmp/scw.zip
110-
unzip /tmp/scw.zip \*/scw -d /tmp
111-
mv /tmp/scw_*/scw /usr/local/bin
112-
rm -rf /tmp/scw.zip /tmp/scw_*_darwin_amd64
109+
wget "https://github.com/scaleway/scaleway-cli/releases/download/v1.13/scw-darwin-amd64" -O /usr/local/bin/scw
113110

114111
# test
115112
scw version

0 commit comments

Comments
 (0)