From f27221832cf85c716650347a60caf38ccf37e240 Mon Sep 17 00:00:00 2001 From: jackfruhecolab Date: Wed, 12 Dec 2018 21:00:23 -0600 Subject: [PATCH] Clarify installation process. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 00f4a179a..ba4e80415 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,15 @@ Kitematic is a simple application for managing Docker containers on Mac, Linux a [Download the latest version](https://github.com/docker/kitematic/releases) of Kitematic via the github release page. +**Mac** + +Unzip the archive, and drag kitematic.app into your applcations folder. + +**Windows** + +Unzip the archive, and drag all the contents into c:\program files\Docker\Kitematic\ +Some windows users may also need to alter `c:\windows\system32\drivers\etc\hosts` adding this entry: `127.0.0.1 docker.local` + ## Documentation Kitematic's documentation and other information can be found at [http://kitematic.com/docs](http://kitematic.com/docs).