diff --git a/README.md b/README.md index cc1e868..8b38b46 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,6 @@ The 3.10.x kernel is [the minimum requirement](http://docs.docker.com/installati ## Installation -[Installation instructions](https://docs.docker.com/installation/) are available. - ### Linux Quick and easy install script provided by Docker: @@ -50,6 +48,8 @@ curl -sSL https://get.docker.com/ | sh If you're not willing to run a random shell script, please see the [installation](https://docs.docker.com/installation/) instructions for your distribution. +If you are a complete Docker newbie, you should follow the [series of tutorials](http://docs.docker.com/linux/started/) now. + ### Mac OS X Download and install [Docker Toolbox](https://www.docker.com/toolbox). If that doesn't work, see the [installation instructions](http://docs.docker.com/installation/mac/). @@ -70,7 +70,9 @@ Then start up a container: docker run hello-world ``` -That's it, you have a running Docker container. If you are a complete Docker newbie, you should probably follow the [series of tutorials](http://docs.docker.com/mac/started/) now. +That's it, you have a running Docker container. + +If you are a complete Docker newbie, you should probably follow the [series of tutorials](http://docs.docker.com/mac/started/) now. ## Containers