Skip to content

Commit 1ad068b

Browse files
feat: User data from file
- added ability to read user data from file (#93, thanks @Negashev)
1 parent 5660bfb commit 1ad068b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ You can find sources and pre-compiled binaries [here](https://github.com/JonasPr
1515

1616
```bash
1717
# 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
2020

2121
# Make it executable and copy the binary in a directory accessible with your $PATH
2222
$ chmod +x docker-machine-driver-hetzner

0 commit comments

Comments
 (0)