scaleway / docker-machine-driver-scaleway

:whale: Scaleway driver for Docker Machine
MIT License
249 stars 34 forks source link

Cant install binary from docs #54

Closed terbooter closed 8 years ago

terbooter commented 8 years ago
root@local:~# curl -sL https://github.com/scaleway/docker-machine-driver-scaleway/releases/download/v1.2.1/docker-machine-driver-scaleway_1.2.1_darwin_amd64.zip | tar xf -
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
root@local:~# 
QuentinPerez commented 8 years ago

Hi @terbooter

I updated the documentation to use unzip instead of tar

terbooter commented 8 years ago

Thanks! I checked - works fine now