Skip to content

Commit

Permalink
release: 3.12.1
Browse files Browse the repository at this point in the history
- rename `--wait-on-error` to `--hetzner-wait-on-error` (fixes #100, thanks @mookie- @simonostendorf)
  • Loading branch information
JonasProgrammer committed Mar 4, 2023
1 parent 3a85dc5 commit aa66729
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/3.12.0/docker-machine-driver-hetzner_3.12.0_linux_amd64.tar.gz
$ tar -xvf docker-machine-driver-hetzner_3.12.0_linux_amd64.tar.gz
$ wget https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/3.12.1/docker-machine-driver-hetzner_3.12.1_linux_amd64.tar.gz
$ tar -xvf docker-machine-driver-hetzner_3.12.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
Expand Down

0 comments on commit aa66729

Please sign in to comment.