From 1b3281e03d24ef0723b3e6eb8f91a1398bfa235c Mon Sep 17 00:00:00 2001
From: JonasS <jonass@dev.jsje.de>
Date: Thu, 16 Feb 2023 18:10:53 +0100
Subject: [PATCH] chore: Update readme - prepare for 3.11.0 release - add flag
 documentation for wait-on-error

---
 README.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ef09e1a..0ae4e9d 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/3.10.0/docker-machine-driver-hetzner_3.10.0_linux_amd64.tar.gz
-$ tar -xvf docker-machine-driver-hetzner_3.10.0_linux_amd64.tar.gz
+$ wget https://github.com/JonasProgrammer/docker-machine-driver-hetzner/releases/download/3.11.0/docker-machine-driver-hetzner_3.11.0_linux_amd64.tar.gz
+$ tar -xvf docker-machine-driver-hetzner_3.11.0_linux_amd64.tar.gz
 
 # Make it executable and copy the binary in a directory accessible with your $PATH
 $ chmod +x docker-machine-driver-hetzner
@@ -112,6 +112,7 @@ $ docker-machine create \
 - `--hetzner-ssh-user`: Change the default SSH-User
 - `--hetzner-ssh-port`: Change the default SSH-Port
 - `--hetzner-primary-ipv4/6`: Sets an existing primary IP (v4 or v6 respectively) for the server, as documented in [Networking](#networking)
+- `--wait-on-error`: Amount of seconds to wait on server creation failure (0/no wait by default)
 
 #### Existing SSH keys
 
@@ -156,6 +157,7 @@ was used during creation.
 | `--hetzner-ssh-port`            | `HETZNER_SSH_PORT`            | 22                         |
 | `--hetzner-primary-ipv4`        | `HETZNER_PRIMARY_IPV4`        |                            |
 | `--hetzner-primary-ipv6`        | `HETZNER_PRIMARY_IPV6`        |                            |
+| `--wait-on-error`               | `WAIT_ON_ERROR`               | 0                          |
 
 #### Networking
 
-- 
GitLab