From 949f3b05e1dcc4819772a2fa9718c6cfa0189dda Mon Sep 17 00:00:00 2001 From: juliengarcia Date: Thu, 24 Dec 2015 08:13:12 +0100 Subject: [PATCH] Update docker-machine version in installation docs From 0.5.3 to 0.5.4 Signed-off-by: Julien Garcia Gonzalez --- docs/install-machine.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/install-machine.md b/docs/install-machine.md index 15b5f34f6d..fdb7763fae 100644 --- a/docs/install-machine.md +++ b/docs/install-machine.md @@ -32,18 +32,18 @@ instructions in the next section. Linux: - $ curl -L https://github.com/docker/machine/releases/download/v0.5.3/docker-machine_linux-amd64 >/usr/local/bin/docker-machine && \ + $ curl -L https://github.com/docker/machine/releases/download/v0.5.4/docker-machine_linux-amd64 >/usr/local/bin/docker-machine && \ chmod +x /usr/local/bin/docker-machine OSX: - $ curl -L https://github.com/docker/machine/releases/download/v0.5.3/docker-machine_darwin-amd64 >/usr/local/bin/docker-machine && \ + $ curl -L https://github.com/docker/machine/releases/download/v0.5.4/docker-machine_darwin-amd64 >/usr/local/bin/docker-machine && \ chmod +x /usr/local/bin/docker-machine Windows (using Git Bash): $ if [[ ! -d "$HOME/bin" ]]; then mkdir -p "$HOME/bin"; fi && \ - curl -L https://github.com/docker/machine/releases/download/v0.5.3/docker-machine_windows-amd64.exe > "$HOME/bin/docker-machine.exe" && \ + curl -L https://github.com/docker/machine/releases/download/v0.5.4/docker-machine_windows-amd64.exe > "$HOME/bin/docker-machine.exe" && \ chmod +x "$HOME/bin/docker-machine.exe" 3. Check the installation by displaying the Machine version: