File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ You can find sources and pre-compiled binaries [here](https://github.com/JonasPr
15
15
16
16
``` bash
17
17
# Download the binary (this example downloads the binary for linux amd64)
18
- $ wget https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/3.9.2 /docker-machine-driver-hetzner_3.9.2_linux_amd64 .tar.gz
19
- $ tar -xvf docker-machine-driver-hetzner_3.9.2_linux_amd64 .tar.gz
18
+ $ wget https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/3.10.0 /docker-machine-driver-hetzner_3.10.0_linux_amd64 .tar.gz
19
+ $ tar -xvf docker-machine-driver-hetzner_3.10.0_linux_amd64 .tar.gz
20
20
21
21
# Make it executable and copy the binary in a directory accessible with your $PATH
22
22
$ chmod +x docker-machine-driver-hetzner
You can’t perform that action at this time.
0 commit comments