From 300c2a1d9dca4bdef2c8a0dfa2acb9c6c7215c7f Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Wed, 25 Feb 2015 15:26:23 -0500 Subject: [PATCH] update install docs with v0.1.0 binary links Signed-off-by: Evan Hazlett --- docs/index.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 91e716d59a..4d48395872 100644 --- a/docs/index.md +++ b/docs/index.md @@ -21,12 +21,12 @@ Docker Machine is supported on Windows, OSX, and Linux. To install Docker Machine, download the appropriate binary for your OS and architecture to the correct place in your `PATH`: -- [Windows - x86_64]() -- [OSX - x86_64]() -- [Linux - x86_64]() -- [Windows - i386]() -- [OSX - i386]() -- [Linux - i386]() +- [Windows - x86_64](https://github.com/docker/machine/releases/download/v0.1.0/docker-machine_windows-amd64.exe) +- [OSX - x86_64](https://github.com/docker/machine/releases/download/v0.1.0/docker-machine_darwin-amd64) +- [Linux - x86_64](https://github.com/docker/machine/releases/download/v0.1.0/docker-machine_linux-amd64) +- [Windows - i386](https://github.com/docker/machine/releases/download/v0.1.0/docker-machine_windows-386.exe) +- [OSX - i386](https://github.com/docker/machine/releases/download/v0.1.0/docker-machine_darwin-386) +- [Linux - i386](https://github.com/docker/machine/releases/download/v0.1.0/docker-machine_linux-386) Now you should be able to check the version with `docker-machine -v`: