From 076434ef10ebf940bb822c423056fcc4417b4a28 Mon Sep 17 00:00:00 2001 From: Solomon Hykes Date: Mon, 26 Aug 2013 12:06:56 -0700 Subject: [PATCH] Remove incorrect build instructions --- README.md | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/README.md b/README.md index 2b3628375a..ddf3f4d805 100644 --- a/README.md +++ b/README.md @@ -163,29 +163,6 @@ supported. * [Windows (with Vagrant)](http://docs.docker.io/en/latest/installation/windows/) * [Amazon EC2 (with Vagrant)](http://docs.docker.io/en/latest/installation/amazon/) -Installing from source ----------------------- - -1. Install Dependencies - * [Go language 1.1.x](http://golang.org/doc/install) - * [git](http://git-scm.com) - * [lxc](http://lxc.sourceforge.net) - * [aufs-tools](http://aufs.sourceforge.net) - -2. Checkout the source code - - ```bash - git clone http://github.com/dotcloud/docker - ``` - -3. Build the ``docker`` binary - - ```bash - cd docker - make VERBOSE=1 - sudo cp ./bin/docker /usr/local/bin/docker - ``` - Usage examples ==============