From 32402a7b9fb022c469d40b0668ac4420c02eb1df Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Fri, 4 Dec 2015 17:29:45 +0000 Subject: [PATCH] Link getting started to installation instructions Signed-off-by: Ben Firshman --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index abf079672e..4764303e2a 100644 --- a/README.md +++ b/README.md @@ -143,15 +143,14 @@ as they can be built by running a Unix command in a container. Getting started =============== -Docker can be installed on your local machine as well as servers - both -bare metal and virtualized. It is available as a binary on most modern -Linux systems, or as a VM on Windows, Mac and other systems. +Docker can be installed either on your computer for building applications or +on servers for running them. To get started, [check out the installation +instructions in the +documentation](https://docs.docker.com/engine/installation/). We also offer an [interactive tutorial](https://www.docker.com/tryit/) for quickly learning the basics of using Docker. -For up-to-date install instructions, see the [Docs](https://docs.docker.com). - Usage examples ==============