From c67c7341db157840926926637084c8e9b3c931a5 Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Thu, 5 Feb 2015 07:22:09 -0500 Subject: [PATCH 1/2] docs for running on windows Signed-off-by: Evan Hazlett --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2b9d4073f0..ef96f8bb71 100644 --- a/README.md +++ b/README.md @@ -279,6 +279,10 @@ Options: - `--softlayer-private-net-only`: Disable public networking - `--softlayer-region`: softlayer region +## Running on Windows +Machine needs some helper applications to be installed (`ssh`, etc). The easiest way to get started on Windows +is to install [msysGit](https://msysgit.github.io/). After this, you should have a working setup to use Machine. + ## Contributing [![GoDoc](https://godoc.org/github.com/docker/machine?status.png)](https://godoc.org/github.com/docker/machine) From 3621ac21745f5de7953a8c6f9283f083973cb6e6 Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Fri, 6 Feb 2015 08:32:47 -0500 Subject: [PATCH 2/2] added openssl docs per jeffmendoza Signed-off-by: Evan Hazlett --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef96f8bb71..9767811af1 100644 --- a/README.md +++ b/README.md @@ -281,7 +281,8 @@ Options: ## Running on Windows Machine needs some helper applications to be installed (`ssh`, etc). The easiest way to get started on Windows -is to install [msysGit](https://msysgit.github.io/). After this, you should have a working setup to use Machine. +is to install [msysGit](https://msysgit.github.io/) and [OpenSSL on Windows](http://slproweb.com/products/Win32OpenSSL.html). +After this, you should have a working setup to use Machine. ## Contributing