From 1ed9d7b9406ffb8a1b2eb5a8de58b233e07daa3a Mon Sep 17 00:00:00 2001 From: JonasS Date: Tue, 23 Oct 2018 12:39:43 +0200 Subject: [PATCH] Draft release 1.2.1 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c0966e..6b2e28a 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ You can find sources and pre-compiled binaries [here](https://github.com/JonasPr ```bash # Download the binary (this example downloads the binary for linux amd64) -$ wget https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/1.2.0/docker-machine-driver-hetzner_1.2.0_linux_amd64.tar.gz -$ tar -xvf docker-machine-driver-hetzner_1.2.0_linux_amd64.tar.gz +$ wget https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/1.2.1/docker-machine-driver-hetzner_1.2.1_linux_amd64.tar.gz +$ tar -xvf docker-machine-driver-hetzner_1.2.1_linux_amd64.tar.gz # Make it executable and copy the binary in a directory accessible with your $PATH $ chmod +x docker-machine-driver-hetzner