Browse code

Link getting started to installation instructions

Signed-off-by: Ben Firshman <ben@firshman.co.uk>

Ben Firshman authored on 2015/12/05 02:29:45
Showing 1 changed files
... ...
@@ -143,15 +143,14 @@ as they can be built by running a Unix command in a container.
143 143
 Getting started
144 144
 ===============
145 145
 
146
-Docker can be installed on your local machine as well as servers - both
147
-bare metal and virtualized.  It is available as a binary on most modern
148
-Linux systems, or as a VM on Windows, Mac and other systems.
146
+Docker can be installed either on your computer for building applications or
147
+on servers for running them. To get started, [check out the installation
148
+instructions in the
149
+documentation](https://docs.docker.com/engine/installation/).
149 150
 
150 151
 We also offer an [interactive tutorial](https://www.docker.com/tryit/)
151 152
 for quickly learning the basics of using Docker.
152 153
 
153
-For up-to-date install instructions, see the [Docs](https://docs.docker.com).
154
-
155 154
 Usage examples
156 155
 ==============
157 156