scaleway / docker-machine-driver-scaleway

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

Add instruction on installing precompiled driver #52

Closed rudyryk closed 8 years ago

rudyryk commented 8 years ago

It's unclear, how to install the precompiled binary version.

I suggest adding more details to documentation, like that:

  1. Download a binary, e. g.

    wget https://github.com/scaleway/docker-machine-driver-scaleway/releases/download/v1.2.1/docker-machine-driver-scaleway-linux-amd64

  2. Make it executable and place under the name docker-machine-driver-scaleway so it will be accessible in your PATH

    chmod +x docker-machine-driver-scaleway-linux-amd64
    sudo cp docker-machine-driver-scaleway-linux-amd64 /usr/local/bin/docker-machine-driver-scaleway
QuentinPerez commented 8 years ago

Hi @rudyryk, thank you for your feedback 😊

I updated the README to add your instruction.